Skip to content

Commit 5b777f7

Browse files
authored
Merge pull request #211 from mmore500/ProjectTemplate
Fix path to Empirical directory
2 parents e66d680 + 46be46e commit 5b777f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ProjectTemplate/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project-specific settings
22
PROJECT := project_name
3-
EMP_DIR := ../../Empirical/source
3+
EMP_DIR := ../../../Empirical/source
44

55
# Flags to use regardless of compiler
66
CFLAGS_all := -Wall -Wno-unused-function -std=c++14 -I$(EMP_DIR)/

0 commit comments

Comments
 (0)