]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/Tupfile
Refactor Tupfile's, add command texts
[ngircd-alex.git] / src / ngircd / Tupfile
index 4433c21b714992d8d132ee786660e81434ef3f76..73b4c34766c8302c244dbb099abd31f9ecf63442 100644 (file)
@@ -17,5 +17,5 @@ LDFLAGS += -lngtool
 LDFLAGS += -lpam
 LDFLAGS += -lz
 
-: foreach *.c | ../config.h |> gcc $(CFLAGS) -c %f -o %o |> %B.o
-: *.o | ../portab/libngportab.a ../ipaddr/libngipaddr.a ../tool/libngtool.a |> gcc $(LDFLAGS) %f -o %o |> ngircd
+: foreach *.c | ../config.h |> !cc |> {objs}
+: {objs} | ../portab/libngportab.a ../ipaddr/libngipaddr.a ../tool/libngtool.a |> !ld |> ngircd