mirror of
https://github.com/raphnet/dreamcast_usb
synced 2024-12-21 22:58:52 -05:00
Fix code generation
This commit is contained in:
parent
a2f1ca1501
commit
24164e854c
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ all: $(HEXFILE)
|
|||||||
# compatibility define the file type manually.
|
# compatibility define the file type manually.
|
||||||
|
|
||||||
rxcode.asm: generate_rxcode.sh
|
rxcode.asm: generate_rxcode.sh
|
||||||
generate_rxcode.sh > rxcode.asm
|
./generate_rxcode.sh > rxcode.asm
|
||||||
|
|
||||||
maplebus.o: maplebus.c rxcode.asm
|
maplebus.o: maplebus.c rxcode.asm
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user