X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/d4e145d9b21e29d7056362b38be349570753f76f..cacd1a887afacbdd77cf3d9ce3f0c580af9b3614:/makefile diff --git a/makefile b/makefile index 78641e8..edf2668 100644 --- a/makefile +++ b/makefile @@ -104,15 +104,16 @@ lex.cy.c: Cycript.l %.o: sig/%.cpp $(target)g++ $(flags) -c -o $@ $< -Cycript.tab.o: Cycript.tab.cc Cycript.tab.hh Parser.hpp Pooling.hpp +Cycript.tab.o: Cycript.tab.cc $(header) $(target)g++ $(flags) -c -o $@ $< -lex.cy.o: lex.cy.c Cycript.tab.hh Parser.hpp Pooling.hpp +lex.cy.o: lex.cy.c $(header) $(target)g++ $(flags) -c -o $@ $< %.o: %.cpp $(header) $(target)g++ $(flags) -c -o $@ $< +#objc := -x c++ %.o: %.mm $(header) $(target)g++ $(objc) $(flags) -c -o $@ $<