X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=3d20078e6f3495af0a291cdce2080358836eb663;hp=edd6119b22a0e0af5d130b4b7d042c33ab29fc29;hb=1bc54870307368cc8c74e07f7f4dd53498e09db0;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627 diff --git a/sources/Makefile b/sources/Makefile index edd6119..3d20078 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -112,7 +112,11 @@ readshm: ReadShm.c wwwd: wwwd.c $(CC) $(CFLAGJ) $(CFLAGS) $^ -o $@ +acctctrl: AcctCtrl.c + $(CC) $(CFLAGS) $^ -o $@ +printcap: + $(CC) $(CFLAGS) $^ -o $@ # Macro per la generazione della tarball dei sorgenti