summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9501fe..5822815 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ romtypes = txtmode vesafb
i945boards = x60 x60t t60
-build: \
+build: PHONY \
$(foreach board,$(boards),\
$(foreach keymap,$(keymaps),\
$(foreach romtype,$(romtypes),\
@@ -53,3 +53,9 @@ include modules.mk
include build.mk
include grub-mkstandalone.mk
include buildrom-withgrub.mk
+
+
+
+.DELETE_ON_ERROR:
+PHONY:
+.PHONY: PHONY