@@ -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
The note is not visible to the blocked user.