deprecated readdir_r with readdir

This commit is contained in:
Olof Hagsand 2018-08-05 16:34:45 +02:00
parent 7564bcd9b2
commit bb6d043d6c
6 changed files with 23 additions and 30 deletions

View file

@ -56,6 +56,7 @@ distclean: clean
docker:
sudo docker build -t $(IMAGE) .
@echo "cd ../example; make docker to build example application"
push:
sudo docker push $(IMAGE)