Fixes for makefiles, GLFW 3.1 library for Linux

This commit is contained in:
Constantine Tarasenkov 2015-01-25 17:53:29 +03:00
parent f5048742aa
commit b92c1bbbf7
8 changed files with 54 additions and 61 deletions

View file

@ -155,8 +155,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
rm -f *.o libraylib.a
else
ifeq ($(PLATFORM_OS),LINUX)
find . -type f -executable -delete
rm -f *.o libraylib.a
find -type f -executable | xargs file -i | grep -E 'x-object|x-archive|x-sharedlib|x-executable' | rev | cut -d ':' -f 2- | rev | xargs rm -f
else
del *.o libraylib.a
endif