Factor out symbol table handling
[centaur.git] / Makefile
index 41e8fe5a34ee5be4a53b272f363d20e1e0179d2e..641817907db2fd85c684f8b4b4991d0120f9eac3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PROJ := elfedit
+PROJ := elfucli
 
 LIBRARIES := libelf
 
@@ -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