Update to use Makefile
This commit is contained in:
parent
7ba4a5c416
commit
c8e2fa8e9a
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ SRCS := $(wildcard $(SRCDIR)/*.inf)
|
|||||||
I6S := $(patsubst %.inf,%.i6,$(SRCS))
|
I6S := $(patsubst %.inf,%.i6,$(SRCS))
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
$(INBLORB) ButteredToast.blub ButteredToast.zblorb
|
$(INBLORB) ButteredToast.blurb ButteredToast.zblorb
|
||||||
|
|
||||||
$(TARGET): $(I6S)
|
$(TARGET): $(I6S)
|
||||||
$(INFORM6) -E2w~S~Dv8 $<
|
$(INFORM6) -E2w~S~Dv8 $<
|
||||||
|
Loading…
Reference in New Issue
Block a user