Files
tinytemplate/makefile
T
2023-06-27 17:13:57 +02:00

9 lines
96 B
Makefile

all: tt
tt: cli.c tinytemplate.c xjson.c
gcc $^ -o $@ -Wall -Wextra -g
clean:
rm tt tt.exe