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
/
libs
/
Makefile
8 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Adjust build system to be more flexible and to work with the new toolchain
2022-10-02 12:44:32 +02:00
build
:
Update build system
2022-10-02 17:01:30 +02:00
@
$(
MAKE
)
-C libc build
Adjust build system to be more flexible and to work with the new toolchain
2022-10-02 12:44:32 +02:00
install
:
Update build system
2022-10-02 17:01:30 +02:00
@
$(
MAKE
)
-C libc install
Adjust build system to be more flexible and to work with the new toolchain
2022-10-02 12:44:32 +02:00
clean
:
Update build system
2022-10-02 17:01:30 +02:00
@
$(
MAKE
)
-C libc clean
Reference in New Issue
Copy Permalink