diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include config.mk build: config.h - ${CC} -ljson-c wcli-gen.c -o wcli-gen + ${CC} wcli-gen.c -o wcli-gen -ljson-c ${CC} wcli.c -o wcli config.h: config.def.h |