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.

9 lines
144B

  1. TARGET = os.bin
  2. EDIR = ../../emul
  3. STAGE = $(EDIR)/stage
  4. .PHONY: all
  5. all: $(TARGET)
  6. $(TARGET): xcomp.fs $(STAGE)
  7. cat xcomp.fs | $(STAGE) > $@