aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2018-09-26 09:38:20 +0000
committerPjotr Prins2018-09-26 09:38:20 +0000
commit5095e0dfa99ef6474e233f36af5755d90786b63e (patch)
tree2f2ba420fb68d363f08d46e9f81adcce7d6acf58 /Makefile
parent98aeb737941508515acd4a6beccd946ca39d79c1 (diff)
downloadpangemma-5095e0dfa99ef6474e233f36af5755d90786b63e.tar.gz
Updated version and added performance stats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index daee7cc..e8d9c4a 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ OBJS = $(SOURCES:.cpp=.o)
all: $(OUTPUT)
./src/version.h: ./VERSION
- $(VGEN) $(GUIX_PROFILE) > src/version.h
+ $(shell bash $(VGEN) $(GUIX_PROFILE) > src/version.h)
$(OUTPUT): $(OBJS)
$(CPP) $(CPPFLAGS) $(OBJS) $(LIBS) -o $(OUTPUT)