@@ -0,0 +1,8 @@
all: tt
tt: cli.c tinytemplate.c xjson.c
gcc $^ -o $@ -Wall -Wextra -g
clean:
rm tt tt.exe
The note is not visible to the blocked user.