summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorb'Nigel Croxon <allura@localhost>2022-11-16 20:54:10 +0000
committerb'Nigel Croxon <allura@localhost>2022-11-16 20:54:10 +0000
commit156d50d2de4ce208abb91b867c01e82fc4e1d15a (patch)
tree77953d36adaf63befdfe2c0b003a2da3df099cb8
parent98f1250742bbe3d91a7aaf5d66cc2cb4bdb3c0dd (diff)
parentc26275184cd6cc5850d1d7d453d3e27be9e9a5b2 (diff)
downloadgnu-efi-156d50d2de4ce208abb91b867c01e82fc4e1d15a.tar.gz
Merge /u/fantasquex/gnu-efi/ branch makefile-1 into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/30/
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 897628b..270a203 100644
--- a/Makefile
+++ b/Makefile
@@ -44,10 +44,11 @@ VPATH = $(SRCDIR)
include $(SRCDIR)/Make.defaults
SUBDIRS = lib gnuefi inc apps
-gnuefi: lib
all: check_gcc $(SUBDIRS)
+gnuefi: lib
+
mkvars:
@echo AR=$(AR)
@echo ARCH=$(ARCH)