mirror of
https://github.com/Metabolix/HackBGRT.git
synced 2026-09-26 05:51:22 -07:00
Makefile default target: efi, setup and zip
This commit is contained in:
@@ -15,9 +15,9 @@ CFLAGS += '-DGIT_DESCRIBE=L"$(GIT_DESCRIBE)"'
|
|||||||
ZIPDIR = HackBGRT-$(GIT_DESCRIBE:v%=%)
|
ZIPDIR = HackBGRT-$(GIT_DESCRIBE:v%=%)
|
||||||
ZIP = $(ZIPDIR).zip
|
ZIP = $(ZIPDIR).zip
|
||||||
|
|
||||||
|
all: efi setup zip
|
||||||
efi: bootx64.efi bootia32.efi
|
efi: bootx64.efi bootia32.efi
|
||||||
setup: setup.exe
|
setup: setup.exe
|
||||||
all: efi setup
|
|
||||||
|
|
||||||
zip: $(ZIP)
|
zip: $(ZIP)
|
||||||
$(ZIP): bootx64.efi bootia32.efi config.txt splash.bmp setup.exe README.md CHANGELOG.md README.efilib LICENSE
|
$(ZIP): bootx64.efi bootia32.efi config.txt splash.bmp setup.exe README.md CHANGELOG.md README.efilib LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user