We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e66d680 + 46be46e commit 5b777f7Copy full SHA for 5b777f7
1 file changed
examples/ProjectTemplate/Makefile
@@ -1,6 +1,6 @@
1
# Project-specific settings
2
PROJECT := project_name
3
-EMP_DIR := ../../Empirical/source
+EMP_DIR := ../../../Empirical/source
4
5
# Flags to use regardless of compiler
6
CFLAGS_all := -Wall -Wno-unused-function -std=c++14 -I$(EMP_DIR)/
0 commit comments