]> git.saurik.com Git - cycript.git/blobdiff - makefile
Move CYNext, CYSetLast, and CYForEach to List.hpp.
[cycript.git] / makefile
index f84a82119a629aba142a16e97ea22180a5a74e31..cf4e76975fae2e033d3979414b83653eb8f9ced2 100644 (file)
--- a/makefile
+++ b/makefile
@@ -23,7 +23,7 @@ ifneq ($(dpkg_architecture),)
 arch := $(shell $(dpkg_architecture) -qDEB_HOST_ARCH 2>/dev/null)
 endif
 
-header := Cycript.tab.hh Parser.hpp Pooling.hpp Local.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp
+header := Cycript.tab.hh Parser.hpp Pooling.hpp List.hpp Local.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp
 
 code := 
 code += Replace.o Output.o