diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,8 @@ show-parse.o: $(LIB_H) symbol.o: $(LIB_H) expand.o: $(LIB_H) linearize.o: $(LIB_H) +inline.o: $(LIB_H) +target.o: $(LIB_H) test-lexing.o: $(LIB_H) test-parsing.o: $(LIB_H) test-linearize.o: $(LIB_H) @@ -63,6 +65,7 @@ compile.o: $(LIB_H) compile.h compile-i386.o: $(LIB_H) compile.h tokenize.o: $(LIB_H) check.o: $(LIB_H) +obfuscate.o: $(LIB_H) pre-process.h: echo "#define GCC_INTERNAL_INCLUDE \"`$(CC) -print-file-name=include`\"" > pre-process.h |
