Merge branch 'CloverHackyColor:master' into buildme

This commit is contained in:
LAbyOne 2022-02-16 19:32:58 +01:00 committed by GitHub
commit a6ab144ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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