This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
limine
Watch
1
Star
0
Fork
0
You've already forked limine
mirror of
https://github.com/limine-bootloader/limine
synced
2025-02-14 16:14:50 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
limine
/
Makefile
8 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-05-15 06:08:56 +02:00
.PHONY
:
all
clean
Add make toolchain script and reorganise source tree
2020-01-21 23:45:13 +01:00
all
:
$(
MAKE
)
-C src all
Initial commit
2019-05-15 06:08:56 +02:00
clean
:
Add make toolchain script and reorganise source tree
2020-01-21 23:45:13 +01:00
$(
MAKE
)
-C src clean
Reference in New Issue
Copy Permalink