Update Makefile
This commit is contained in:
parent
bc2e51de4e
commit
1008d88667
4
Makefile
4
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:
|
||||
|
Loading…
Reference in New Issue
Block a user