]> git.saurik.com Git - cycript.git/blobdiff - makefile
Optimized the variable renamer to rename more variables to 'a'.
[cycript.git] / makefile
index 372ea9825aae3691f666a5c5ecb00214d51795c2..551bd7368e66ef3a6ed69d9832f732931813f656 100644 (file)
--- a/makefile
+++ b/makefile
@@ -22,7 +22,7 @@ ifneq ($(dpkg_architecture),)
 arch := $(shell $(dpkg_architecture) -qDEB_HOST_ARCH 2>/dev/null)
 endif
 
-header := Cycript.tab.hh Parser.hpp Pooling.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp Context.hpp
+header := Cycript.tab.hh Parser.hpp Pooling.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp
 
 code := 
 code += Replace.o Output.o