add define to GNUmakefile build

This commit is contained in:
nhmall
2025-04-15 20:01:02 -04:00
parent 28d2ff516c
commit 6cf9415b72

View File

@@ -537,7 +537,7 @@ $(GAMEDIR)/recover.exe: $(ROBJS) $(HLHACKLIB) | $(GAMEDIR)
$(OR)/recover.o: $(U)recover.c | $(OR)
$(cc) $(CFLAGSU) $< -o$@
$(OR)/rversion.o: $(SRC)version.c | $(OR)
$(cc) $(CFLAGSU) $< -o$@
$(cc) $(CFLAGSU) -DMINIMAL_FOR_RECOVER $< -o$@
# $(OR):
# @mkdir -p $@