From c92d2b0eadc5eb37263b25a9e162ff695403aad8 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 27 Mar 2019 00:23:21 -0400 Subject: Factor out layout code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8775fce..c843fc8 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ sol: cards.o sol.o $(OBJS): cards.h -sol.o: stack.h +sol.o: layout.h stack.h clean: rm -f $(BINS) $(OBJS) -- cgit 1.4.1