]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/tool/Tupfile
Refactor Tupfile's, add command texts
[ngircd-alex.git] / src / tool / Tupfile
index 6619ec81ea02db89610a56293bbfe00af018131b..714af319e2fd35e2a27cd57640878ec15b74dc7c 100644 (file)
@@ -3,5 +3,5 @@ include_rules
 CFLAGS += -I..
 CFLAGS += -I../portab
 
-: foreach *.c | ../config.h |> gcc $(CFLAGS) -c %f -o %o |> %B.o
-: *.o |> ar crs %o %f |> libngtool.a
+: foreach *.c | ../config.h |> !cc |> {objs}
+: {objs} |> !ar |> libngtool.a