diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 60b6108..5fc3482 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -125,10 +125,10 @@ MODULE_DIR=$(MODULE) | |||
125 | #--- | 125 | #--- |
126 | all: $(MODULE)/core.$(_SO) | 126 | all: $(MODULE)/core.$(_SO) |
127 | 127 | ||
128 | _pch.h.gch: _pch.h | 128 | _pch.hpp.gch: _pch.hpp |
129 | $(CC) $(CFLAGS) -x c++-header _pch.h -o _pch.h.gch | 129 | $(CC) $(CFLAGS) -x c++-header _pch.hpp -o _pch.hpp.gch |
130 | 130 | ||
131 | %.o: %.cpp _pch.h.gch *.h *.hpp Makefile | 131 | %.o: %.cpp _pch.hpp.gch *.h *.hpp Makefile |
132 | $(CC) $(CFLAGS) -c $< | 132 | $(CC) $(CFLAGS) -c $< |
133 | 133 | ||
134 | # Note: Don't put $(LUA_LIBS) ahead of $^; MSYS will not like that (I think) | 134 | # Note: Don't put $(LUA_LIBS) ahead of $^; MSYS will not like that (I think) |