able to compile by make

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-02-16 19:46:43 +03:00
parent 0395c93a0c
commit 51fae51c94
1 changed files with 13 additions and 0 deletions

13
makefile Normal file
View File

@ -0,0 +1,13 @@
Clover:
@echo "Building Clover..."
@./ebuild.sh -gcc53 -D LESS_DEBUG -D NO_GRUB_DRIVERS_EMBEDDED >/dev/null
@echo [BUILD] "Clover " $Version.h
clean:
@./ebuild.sh -gcc53 -clean >/dev/null
@rm -rf build *~
@echo [CLEAN]
.PHONY: Clover clean