This website requires JavaScript.
Explore
Help
Sign In
ENGO150
/
WHY2
Template
Watch
1
Star
1
Fork
0
You've already forked WHY2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Activity
WHY2
/
build.sh
9 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
Changes revert
2022-03-20 18:12:25 +01:00
#!/bin/sh
added comments
2022-04-04 17:48:03 +02:00
# Build project
Changes revert
2022-03-20 18:12:25 +01:00
make
added comments
2022-04-04 17:48:03 +02:00
# Check for 'debug' flag
Changes revert
2022-03-20 18:12:25 +01:00
if
[
"
$1
"
=
=
"debug"
]
;
then
./out/why2
fi
Reference in New Issue
Copy Permalink