Added ';' as UNIX multi-line command
This commit is contained in:
parent
012259869e
commit
6a73638ec7
3
Makefile
3
Makefile
@ -13,8 +13,6 @@ ifeq ($(OS), Windows_NT)
|
|||||||
THEN = &&
|
THEN = &&
|
||||||
MAKE = mingw32-make
|
MAKE = mingw32-make
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Set Windows commands
|
# Set Windows commands
|
||||||
cleanCommand = del build\app.exe
|
cleanCommand = del build\app.exe
|
||||||
else
|
else
|
||||||
@ -37,6 +35,7 @@ else
|
|||||||
# Set UNIX commands
|
# Set UNIX commands
|
||||||
mkdirOptions = -p
|
mkdirOptions = -p
|
||||||
MAKE = make
|
MAKE = make
|
||||||
|
THEN = ;
|
||||||
|
|
||||||
# Copy Directories for Unix/Linux
|
# Copy Directories for Unix/Linux
|
||||||
RaylibDirectory = vendor/raylib-cpp/vendor/raylib/src/raylib.h
|
RaylibDirectory = vendor/raylib-cpp/vendor/raylib/src/raylib.h
|
||||||
|
Loading…
Reference in New Issue
Block a user