This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
Luna
/
tools
/
clean.sh
9 lines
95 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Modify shebangs to use /usr/bin/env bash instead of /bin/sh
2022-10-08 15:35:39 +02:00
#!/usr/bin/env bash
Ready. Set. Go!
2022-09-05 16:13:51 +02:00
set
-e
source
$(
dirname
$0
)
/env.sh
tools+CMake: Prefix all environment variables with LUNA_
2023-01-21 22:44:16 +01:00
cd
$LUNA_BUILD_DIR
Ready. Set. Go!
2022-09-05 16:13:51 +02:00
tools+CMake: Prefix all environment variables with LUNA_
2023-01-21 22:44:16 +01:00
$LUNA_BUILD
clean
Reference in New Issue
Copy Permalink