1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-25 02:00:19 +10:00
collapseos/recipes/rc2014/Makefile
Virgil Dupras 055e0d7a31 Split parts in two: z80 and avr
Also, clarify the role of recipes.
2019-04-25 16:03:45 -04:00

8 lines
122 B
Makefile

TARGET = os.bin
PARTS = ../../parts/z80
.PHONY: all
all: $(TARGET)
$(TARGET): glue.asm
scas -o $@ -L map -I $(PARTS) $<