summaryrefslogtreecommitdiff
path: root/2019/Makefile
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-12-20 11:46:45 +0100
committertomsmeding <tom.smeding@gmail.com>2019-12-20 12:02:44 +0100
commit94ddb362ced51bd750cc01532ba50139e0abe739 (patch)
tree604cd66491549fe9f97f5e8d265ad6f13ee005b2 /2019/Makefile
parentd0576f00602278449f53ebd9d05d44692c594a84 (diff)
Day 18 part 1
Diffstat (limited to '2019/Makefile')
-rw-r--r--2019/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2019/Makefile b/2019/Makefile
index a21d52b..d5db74d 100644
--- a/2019/Makefile
+++ b/2019/Makefile
@@ -5,7 +5,7 @@ CXXFLAGS = -Wall -Wextra -std=c++17 -O2
OBJDIR = obj
-HASKELL_AUX := Input.hs IntCode.hs
+HASKELL_AUX := Input.hs IntCode.hs SmallIntSet.hs
CPP_AUX :=
HASKELL_SRC := $(filter-out $(HASKELL_AUX),$(wildcard *.hs))
CPP_SRC := $(filter-out $(CPP_AUX),$(wildcard *.cpp))