Added ';' as UNIX multi-line command

This commit is contained in:
Aryeh 2020-11-27 11:59:32 +11:00 committed by GitHub
parent 012259869e
commit 6a73638ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,6 @@ ifeq ($(OS), Windows_NT)
THEN = &&
MAKE = mingw32-make
# Set Windows commands
cleanCommand = del build\app.exe
else
@ -37,6 +35,7 @@ else
# Set UNIX commands
mkdirOptions = -p
MAKE = make
THEN = ;
# Copy Directories for Unix/Linux
RaylibDirectory = vendor/raylib-cpp/vendor/raylib/src/raylib.h