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

Makefile: change EXE name to ringracers

parent 45606cad
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
# Makefile options for unices (linux, bsd...)
#
EXENAME?=lsdl2srb2kart
opts+=-DUNIXCOMMON -DLUA_USE_POSIX
libs+=-lm
......
......@@ -3,9 +3,9 @@
#
ifndef MINGW64
EXENAME?=srb2kart.exe
EXENAME?=ringracers.exe
else
EXENAME?=srb2kart64.exe
EXENAME?=ringracers64.exe
endif
# disable dynamicbase if under msys2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment