Update Makefile

This commit is contained in:
William Moore 2022-07-19 09:00:15 -05:00
parent bc2e51de4e
commit 1008d88667
1 changed files with 2 additions and 2 deletions

View File

@ -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: