Fix code generation

This commit is contained in:
Raphaël Assénat 2013-10-27 22:39:01 +00:00
parent a2f1ca1501
commit 24164e854c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ all: $(HEXFILE)
# compatibility define the file type manually.
rxcode.asm: generate_rxcode.sh
generate_rxcode.sh > rxcode.asm
./generate_rxcode.sh > rxcode.asm
maplebus.o: maplebus.c rxcode.asm
$(CC) $(CFLAGS) -c $< -o $@