minor fixes

This commit is contained in:
Bert van der Weerd 2021-09-30 18:55:56 +02:00
parent 5d7a02f997
commit a5db8bda88
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 4 additions and 2 deletions

View file

@ -39,8 +39,10 @@ reset :
# Building docker files..
.phony : docker-all docker-clean
.phony : docker docker-all docker-clean
docker : docker-all
docker-all :
make -C docker all
docker-clean :
make -C docker clean

View file

@ -11,8 +11,8 @@ all :
make -C debian
make -C fedora
make -C ubuntu
make -C mint
make -C ubuntu
clean :