summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc7c567..6418179 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ default: $(EXE)
.PHONY: check
check: $(EXE)
+ $(error the re-layouting has broken make check for now, sorry.)
$(EXE) $(EXE) -o testexe
@cmp $(EXE) testexe
@rm testexe