diff options
Diffstat (limited to '2019/Makefile')
-rw-r--r-- | 2019/Makefile | 2 |
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)) |