Skip to content

Commit

Permalink
fix for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 11, 2024
1 parent 2c62e9c commit 7ece523
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HeliosCLI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ CFLAGS=-O2 -g -Wall -std=c++11
# compiler defines
DEFINES=\
-D HELIOS_CLI \
-D HELIOS_VERSION_MAJOR=$(HELIOS_VERSION_MAJOR) \
-D HELIOS_VERSION_MINOR=$(HELIOS_VERSION_MINOR) \
-D HELIOS_BUILD_NUMBER=$(HELIOS_BUILD_NUMBER) \
-D HELIOS_VERSION_NUMBER=$(HELIOS_VERSION_NUMBER)

# compiler include paths
INCLUDES=\
Expand Down Expand Up @@ -117,8 +121,6 @@ compute_version:
$(eval HELIOS_BUILD_NUMBER := $(if $(HELIOS_BUILD_NUMBER),$(HELIOS_BUILD_NUMBER),0))
$(eval HELIOS_VERSION_NUMBER := $(HELIOS_VERSION_MAJOR).$(HELIOS_VERSION_MINOR).$(HELIOS_BUILD_NUMBER))



# generate svg
svgs: bmps
./generate_svgs.sh
Expand Down

0 comments on commit 7ece523

Please sign in to comment.