diff options
Diffstat (limited to 'OSC/makefile')
-rw-r--r-- | OSC/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OSC/makefile b/OSC/makefile index 04b0317..f9825da 100644 --- a/OSC/makefile +++ b/OSC/makefile @@ -14,8 +14,8 @@ AFLAGS = LFLAGS = -export_dynamic -shared WFLAGS = -DEBUG = -DDEBUG -g -# DEBUG = +# DEBUG = -DDEBUG -g +DEBUG = VERSION = \"$(shell cat VERSION)\" |