[Change] Simpler to change version.
This commit is contained in:
parent
a2b0b55066
commit
bdc0157ea6
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,5 +25,6 @@
|
|||||||
*.pdf
|
*.pdf
|
||||||
*bin/Lephisto
|
*bin/Lephisto
|
||||||
*bin/data
|
*bin/data
|
||||||
|
*pack
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
DEBUG = 1
|
DEBUG = 1
|
||||||
APPNAME = Lephisto
|
APPNAME = Lephisto
|
||||||
|
|
||||||
VERSION = -DVMAJOR=0 -DVMINOR=0 -DVREV=1
|
VMAJOR = 0
|
||||||
|
VMINOR = 0
|
||||||
|
VREV = 1
|
||||||
|
VERSION = -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV)
|
||||||
|
|
||||||
OBJS := $(shell find ../src/ -name '*.c' -print)
|
OBJS := $(shell find ../src/ -name '*.c' -print)
|
||||||
OBJS := $(OBJS:%.c=%.o)
|
OBJS := $(OBJS:%.c=%.o)
|
||||||
|
Loading…
Reference in New Issue
Block a user