From 1b5d03519221e1e156a59572b8d2d96f73c9c659 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 18 Mar 2017 18:49:52 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f589d42..e6200fe 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ obuild: $(FILES) clean: rm -f $(FILES) obuild -main.o: tpool.hh $(CUBESCRIPT_PATH)/include/cubescript/cubescript.hh +main.o: $(CUBESCRIPT_PATH)/include/cubescript/cubescript.hh