From 94ddb362ced51bd750cc01532ba50139e0abe739 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 20 Dec 2019 11:46:45 +0100 Subject: Day 18 part 1 --- 2019/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2019/Makefile') 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)) -- cgit v1.2.3-70-g09d2