diff options
Diffstat (limited to '2020/Makefile')
-rw-r--r-- | 2020/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/Makefile b/2020/Makefile index b85c185..36738bc 100644 --- a/2020/Makefile +++ b/2020/Makefile @@ -6,7 +6,7 @@ CXXFLAGS = -Wall -Wextra -std=c++17 -O2 OBJDIR = obj -HASKELL_AUX := Input.hs Asm.hs +HASKELL_AUX := Input.hs Util.hs Asm.hs CPP_AUX := HASKELL_SRC := $(filter-out $(HASKELL_AUX),$(wildcard *.hs)) CPP_SRC := $(filter-out $(CPP_AUX),$(wildcard *.cpp)) |