c2t/Makefile

15 lines
116 B
Makefile
Raw Normal View History

2014-11-24 00:26:22 +00:00
all: c2t
clean:
rm c2t.h c2t
cd asm; make clean
c2t: c2t.h
gcc -Wall -O3 -o c2t c2t.c
c2t.h:
./makeheader