From 1008d886676c0376eccd57c149b6cf6b2c9426a4 Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 19 Jul 2022 09:00:15 -0500 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d650169..ec427a2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DISTDIR := dist SRCDIR := src TARGET := ButteredToast1 -SRCS := $(wildcard $(SRCDIR)/*.inf) +SRCS := $(wildcard $(SRCDIR)/*.ni) I6S := $(patsubst %.ni,%.i6,$(SRCS)) all: $(TARGET) @@ -16,7 +16,7 @@ all: $(TARGET) $(TARGET): $(I6S) $(INFORM6) -E2w~S~Dv8 $< -%.i6: %.inf +%.i6: %.ni $(INFORM7) -format=Inform6/16d $< clean: