aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a44550..bbcb337 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@