diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,3 +45,8 @@ json: tests/json.c include/jacson.h $(CC) -o $@ tests/json.c $(CFLAGS) ./$@ rm $@ + +stringbuilder: tests/sb.c include/stringbuilder.h + $(CC) -o $@ tests/sb.c $(CFLAGS) + ./$@ + rm $@ |