mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
19 lines
359 B
Makefile
19 lines
359 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
# alternate build for buldpkg
|
||
|
# Created on: May 12, 2021
|
||
|
# Author: LAbyOne
|
||
|
#
|
||
|
|
||
|
CloverConfigPlistValidator:
|
||
|
@echo [XCODE] $(PROGRAMS)
|
||
|
@$(CURDIR)/Install.sh
|
||
|
|
||
|
|
||
|
clean:
|
||
|
@/usr/bin/xcodebuild -project 'CloverConfigPlistValidator.xcodeproj' clean >/dev/null
|
||
|
@rm -rf build *~
|
||
|
@echo [CLEAN] $(PROGRAMS)
|
||
|
|
||
|
.PHONY: CloverConfigPlistValidator clean
|