comparison Makefile @ 92:c3d034e076ee

Fix some bugs in emulation of CLR
author Mike Pavone <pavone@retrodev.com>
date Thu, 27 Dec 2012 10:40:03 -0800
parents 3b79cbcf6846
children d9ff99ef5533
comparison
equal deleted inserted replaced
91:8c446fc19cc0 92:c3d034e076ee
25 25
26 %.o : %.c 26 %.o : %.c
27 $(CC) -ggdb -std=gnu99 `pkg-config --cflags-only-I $(LIBS)` -c -o $@ $< 27 $(CC) -ggdb -std=gnu99 `pkg-config --cflags-only-I $(LIBS)` -c -o $@ $<
28 28
29 %.bin : %.s68 29 %.bin : %.s68
30 vasmm68k_mot -Fbin -m68000 -spaces -o $@ $< 30 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ $<
31 31
32 clean : 32 clean :
33 rm -rf dis trans stateview test_x86 gen_fib *.o 33 rm -rf dis trans stateview test_x86 gen_fib *.o