summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010/makefile
blob: 9d2d0cedba9c0574098908b07a56de5d4863215d (plain) (blame)
1
2
3
4
5
6
dis34010.exe : dis34010.o -lalleg
		gcc -m486 -O3 -ffast-math -fomit-frame-pointer -finline-functions dis34010.o -lalleg -o dis34010.exe

dis34010.o : dis34010.c 34010dsm.c
		gcc -c -m486 -O3 -ffast-math -fomit-frame-pointer -finline-functions -I/mame/src -I/mame/src/msdos dis34010.c