move to codeberg

This commit is contained in:
2025-12-01 15:06:31 +01:00
parent d5b6de3aa4
commit bc78d3a123
11 changed files with 337 additions and 34 deletions

View File

@@ -37,7 +37,7 @@ $(DST): $(OBJS)
$(CC) -c $(CFLAGS) $*.c -o $*.o
clean:
rm -f *.o $(DST)
rm -rf *.o $(DST) build .cache
man:
pod2man udpxd.pod > udpxd.1