ikarus/src/geninstr/Makefile

8 lines
82 B
Makefile

all:
./gen.pl > tmp.s
gcc -o tmp.o -c tmp.s
otool -t tmp.o
otool -tv tmp.o