4 cmp
-l prog.bin prog.bin.ref
9 run2
: tcc tcc1.c prog.c
12 run3
: tcc tcc1.c prog.c
13 .
/tcc tcc1.c tcc1.c prog.c
26 gcc
-O2
-Wall
-g
-o
$@
$< -ldl
29 gcc
-O2
-Wall
-g
-o
$@
$<
31 tcc1.i
: tcc.c Makefile
34 tcc1.c
: tcc1.i cvt Makefile
38 # obfuscated C compiler
40 gcc
-O2
-Wall
-g
-o
$@
$< -ldl
42 otcc.i
: otcc.c Makefile
43 gcc
-E
-P
-DTINY
-o
$@
$<
45 otcc1.c
: otcc.i cvt Makefile
55 gcc
-O2
-Wall
-g
-o
$@
$<
58 gcc
-O2
-Wall
-g
-c
-o
$@
$<
61 rm -f
*~
*.o tcc tcc1 cvt