diff options
| author | Pjotr Prins | 2018-09-26 09:38:20 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2018-09-26 09:38:20 +0000 |
| commit | 5095e0dfa99ef6474e233f36af5755d90786b63e (patch) | |
| tree | 2f2ba420fb68d363f08d46e9f81adcce7d6acf58 /Makefile | |
| parent | 98aeb737941508515acd4a6beccd946ca39d79c1 (diff) | |
| download | pangemma-5095e0dfa99ef6474e233f36af5755d90786b63e.tar.gz | |
Updated version and added performance stats
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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) |
