Update to use Makefile

This commit is contained in:
William Moore 2022-07-05 08:36:31 -05:00
parent 7ba4a5c416
commit c8e2fa8e9a
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SRCS := $(wildcard $(SRCDIR)/*.inf)
I6S := $(patsubst %.inf,%.i6,$(SRCS))
all: $(TARGET)
$(INBLORB) ButteredToast.blub ButteredToast.zblorb
$(INBLORB) ButteredToast.blurb ButteredToast.zblorb
$(TARGET): $(I6S)
$(INFORM6) -E2w~S~Dv8 $<