Merge symbol tables. (Not fully ELF conformant)
[centaur.git] / Makefile
index ef3548d8bc2dad0d332096f62e631163db8e8690..641817907db2fd85c684f8b4b4991d0120f9eac3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PROJ := centaur
+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