Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
a16883c7
Verified
Commit
a16883c7
authored
Mar 10, 2020
by
Sebastian Höffner
Browse files
Adding Makefile for easy building.
parent
409b4e55
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
a16883c7
UNITY
=
/Applications/Unity/Hub/Editor/2019.3.3f1/Unity.app/Contents/MacOS/Unity
UNITY_BATCH
:=
${UNITY}
-batchmode
-quit
-noUpm
-projectPath
$(CURDIR)
.PHONY
:
build
build
:
Build/physicssimulator.app
Build/physicssimulator.app
:
| Build
-
${UNITY_BATCH}
-buildOSX64Player
$@
Build
:
@-mkdir
-p
$@
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment