Add missing -MMD to makefile
This commit is contained in:
@@ -84,7 +84,7 @@ CORE_OBJ_FILES=\
|
||||
|
||||
|
||||
lobj/%.o: ../eris-master/src/%.c
|
||||
gcc -Wall -g -DLUA_USE_APICHECK $(LUAFLAGS) -c $< -o $@
|
||||
gcc -Wall -g -DLUA_USE_APICHECK $(LUAFLAGS) -c -MMD $< -o $@
|
||||
|
||||
obj/%.o: cpp/%.cpp
|
||||
g++ -std=c++17 -Wall -g -Iinc -Icpp -c -MMD $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user