Makefile: change EXE name to ringracers

This commit is contained in:
James R 2022-05-20 17:01:13 -07:00
parent 45606cadd9
commit 34f40c48ca
2 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,6 @@
# Makefile options for unices (linux, bsd...) # Makefile options for unices (linux, bsd...)
# #
EXENAME?=lsdl2srb2kart
opts+=-DUNIXCOMMON -DLUA_USE_POSIX opts+=-DUNIXCOMMON -DLUA_USE_POSIX
libs+=-lm libs+=-lm

View file

@ -3,9 +3,9 @@
# #
ifndef MINGW64 ifndef MINGW64
EXENAME?=srb2kart.exe EXENAME?=ringracers.exe
else else
EXENAME?=srb2kart64.exe EXENAME?=ringracers64.exe
endif endif
# disable dynamicbase if under msys2 # disable dynamicbase if under msys2