put makefile rules into correct order

just for peace of my soul... hee-hee
This commit is contained in:
Václav Šmejkal 2022-07-29 17:33:37 +02:00
parent fd44c7dac6
commit c020bfc602
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -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
all: install