Report version

This commit is contained in:
2020-12-05 23:29:26 +02:00
parent 8b5112dc2a
commit a93414b105
24 changed files with 1112 additions and 16 deletions
+7
View File
@@ -151,6 +151,13 @@ release: $(BUILD_DIR)/$(TARGET)
all: release
hpc-results/post:
$(CXX) $(CFLAGS) -o $@ hpc-results/main.cpp
hpc-clean:
rm hpc-results/post
local_v3: CFLAGS := $(DEB_CFLAGS) -DCODE_VERSION=3
local_v3: TARGET := local_v3
local_v3: $(BUILD_DIR)/$(TARGET)