tak/Makefile

4 lines
69 B
Makefile

tak: tak.c tak.h Makefile
rm -rf tak.dSYM
gcc -g -Wall -otak tak.c