From 5095e0dfa99ef6474e233f36af5755d90786b63e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 26 Sep 2018 09:38:20 +0000 Subject: Updated version and added performance stats --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit 1.4.1