]> git.ipfire.org Git - oddments/ipfire-netboot.git/commitdiff
Makefile: Fix syntax issue
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Oct 2017 16:08:32 +0000 (17:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Oct 2017 16:08:32 +0000 (17:08 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile

index 3533e1971196a3fc9d59a496217db697acc8978b..7d63e86b49e83030a7a01d5591386b36734af3da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ ifeq "$(MACHINE)" "x86_64"
        TARGETS += bin-x86_64-efi/ipxe.efi
 endif
 
+.PHONY: all
 all: $(TARGETS)
 
 clean: