Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
122B

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