Przeglądaj źródła

Fix cleaning recipies for GNU/Linux

pull/107/head
LelixSuper 9 lat temu
rodzic
commit
a04a7b6ea5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile Wyświetl plik

@ -165,7 +165,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
rm -f *.o libraylib.a
else
ifeq ($(PLATFORM_OS),LINUX)
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
rm -f *.o libraylib.a
else
del *.o libraylib.a
endif

Ładowanie…
Anuluj
Zapisz