summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-15 13:27:42 +0100
committernorly <ny-git@enpas.org>2013-06-15 13:32:17 +0100
commit3c14755015340e48ae68aa874f672e7c9d289832 (patch)
tree123582950a75bc25b99f2767481aa69f38aaf2a7 /Makefile
parent5af52fe4fc36c1a355f4bfad58f80f52f822f768 (diff)
Flatten symtab to file - gdb works, check breaks.
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