1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-02 11:38:40 +11:00

Removed junk

This commit is contained in:
Keith Poole 2020-05-24 19:47:55 +00:00
parent 9381cf3245
commit a8d54a7ae0

View File

@ -18,17 +18,17 @@ $(BLKUNPACK): $(BLKPACK)
forth-bin.h: $(BIN2C) forth.bin
$(BIN2C) KERNEL < forth.bin > $@
stage: stage.c $(OBJS)
stage: stage.c $(OBJS) forth-bin.h blkfs-bin.h
$(CC) stage.c $(OBJS) -o $@
blkfs: $(BLKPACK) $(shell find ../blk -type f)
blkfs: $(BLKPACK)
$(BLKPACK) ../blk > $@
blkfs-bin.h: blkfs $(BIN2C)
$(BIN2C) BLKFS < blkfs > $@
forth: forth.c $(OBJS) forth-bin.h blkfs-bin.h
$(CC) -g forth.c $(OBJS) -o $@
$(CC) forth.c $(OBJS) -o $@
libz80/libz80.o: libz80/z80.c
$(MAKE) -C libz80/codegen opcodes