diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -75,7 +75,7 @@ emma: $(BASE_O) $(EMMA_O)  test: emucpm.hex  emucpm.hex: emucpm.z80 -	tpasm -P Z80 -o intel emucpm.hex emucpm.z80 +	casm emucpm.z80  clean:  	rm -f emma $(BASE_O) $(EMMA_O) core *.hex *.lbl | 
