Makefile default target: efi, setup and zip

This commit is contained in:
Lauri Kenttä
2023-04-22 17:58:57 +03:00
parent 0b5899e801
commit 7d5f4eac17

View File

@@ -15,9 +15,9 @@ CFLAGS += '-DGIT_DESCRIBE=L"$(GIT_DESCRIBE)"'
ZIPDIR = HackBGRT-$(GIT_DESCRIBE:v%=%)
ZIP = $(ZIPDIR).zip
all: efi setup zip
efi: bootx64.efi bootia32.efi
setup: setup.exe
all: efi setup
zip: $(ZIP)
$(ZIP): bootx64.efi bootia32.efi config.txt splash.bmp setup.exe README.md CHANGELOG.md README.efilib LICENSE