Skip to content
Snippets Groups Projects
Commit 3b6d8eca authored by James R.'s avatar James R.
Browse files

Merge branch 'master' into next

parents 1d92456a 824b1ab2
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ add_executable(SRB2SDL2 MACOSX_BUNDLE WIN32)
# Core sources
target_sourcefile(c)
target_sources(SRB2SDL2 PRIVATE comptime.c md5.c config.h)
target_sources(SRB2SDL2 PRIVATE comptime.c md5.c config.h.in)
set(SRB2_ASM_SOURCES vid_copy.s)
......
......@@ -376,7 +376,7 @@ ifdef Echo_name
@printf '%-20.20s\r' $$<
endif
endif
$(.)$(cc) -MM -MF $$@ -MT $(objdir)/$$(*F).o $(2) $$<
$(.)$(cc) -MM -MF $$@ -MT $(objdir)/$$*.o $(2) $$<
endef
$(eval $(call _recipe,c))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment