Update to match current binding expectations
[src/low-level-can-generator.git] / Makefile
index 658ef32..35eed16 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ BUILD_DIR   := build
 
 .PHONY: all clean mrproper ${BUILD_DIR}/Makefile
 
-all: build package
+all: build
 
 clean:
        @([ -d ${BUILD_DIR} ] && make -C ${BUILD_DIR} clean) || echo Nothing to clean