clean up of files and fixed docs

This commit is contained in:
cozis
2023-06-29 19:38:44 +02:00
parent 2b138a8764
commit 56927aba1f
16 changed files with 161 additions and 1328 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
all: tt
tt: cli.c tinytemplate.c xjson.c
gcc $^ -o $@ -Wall -Wextra -g
tt: src/cli.c src/tinytemplate.c 3p/xjson.c
gcc $^ -o $@ -Wall -Wextra -g -I3p
clean:
rm tt tt.exe