From a5f1cb5ce34f31b9c46de94e55b5f85d571b792f Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Tue, 1 Apr 2025 01:44:47 +0300 Subject: Added stringbuilder and STE --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 $@ -- cgit v1.2.3-70-g09d2