diff --git a/Makefile b/Makefile index 26ab183..9b376de 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,6 @@ app: clean: rm -rf $(OUTPUT)/* *.o *.so -all: install +install: installHeader installLib installApp clean installTest: install test -install: installHeader installLib installApp clean \ No newline at end of file +all: install \ No newline at end of file