Skip to content

Commit 816c14a

Browse files
author
Martin Klang
committed
compile with .soulpatch file instead of .soul
1 parent 5befa53 commit 816c14a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PATCHNAME ?= $(SOUL)
5050
PATCHCLASS ?= SoulPatch
5151
PATCHFILE ?= SoulPatch.hpp
5252
SOULCLASS ?= $(SOUL)
53-
SOULFILE ?= $(SOUL).soul
53+
SOULFILE ?= $(SOUL).soulpatch
5454
SOULHPP ?= $(SOUL).hpp
5555
DEPS += soul
5656
else

soul.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ SOULCC ?= Tools/soul
33
SOULINC = $(BUILD)/Source/soul.hpp
44

55
vpath %.soul $(PATCHSOURCE)
6+
vpath %.soulpatch $(PATCHSOURCE)
67

78
.PHONY: .FORCE soul
89

0 commit comments

Comments
 (0)