Fixed failing test

This commit is contained in:
Keith Poole 2020-05-24 20:11:14 +00:00
parent a8d54a7ae0
commit 1f6dd92ecb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(BIN2C): $(BLKPACK)
$(BLKUNPACK): $(BLKPACK)
# not dependent on forth.bin to avoid circular deps.
forth-bin.h: $(BIN2C) forth.bin
forth-bin.h: $(BIN2C)
$(BIN2C) KERNEL < forth.bin > $@
stage: stage.c $(OBJS) forth-bin.h blkfs-bin.h