Files
raspberrypi/tas/Makefile

13 lines
110 B
Makefile

tas : tas.c
gcc -o tas tas.c
clean :
rm -f tas
rm -f *.bin
rm -f *.hex
rm -f *.s.s
rm -f *.s.diss