From: Jay Freeman (saurik) Date: Mon, 12 Jul 2010 03:51:36 +0000 (+0000) Subject: Update makefile to have Local.hpp. X-Git-Tag: v0.9.432~10 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/f01b3c07392f2d4d86c937869aef594dd7a71eaa Update makefile to have Local.hpp. --- diff --git a/makefile b/makefile index 3df4450..f84a821 100644 --- 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 cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp +header := Cycript.tab.hh Parser.hpp Pooling.hpp Local.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp code := code += Replace.o Output.o