DOOM64-RE

Doom 64 Reverse Engineering
Log | Files | Refs | README | LICENSE

commit 5dee71b1b64c9207fa4585a91ac648357da7d6d1
parent c909ccb131283a9cc0aff993f8a6f4ce5c085440
Author: CrashOveride95 <crashoveride953@gmail.com>
Date:   Sat, 21 Nov 2020 13:55:39 -0500

ifndef final

Diffstat:
Mdoom64/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/doom64/Makefile b/doom64/Makefile @@ -1,7 +1,9 @@ #!smake include $(ROOT)/usr/include/make/PRdefs +ifndef FINAL FINAL = YES +endif ifeq ($(FINAL), YES) OPTIMIZER = -O2