Thun/implementations/C/Makefile

6 lines
66 B
Makefile

COPTS=-I/usr/local/include
joy: joy.c
cc $(COPTS) joy.c -o joy