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 = &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user