瀏覽代碼

Fix cleaning recipies for GNU/Linux

LelixSuper 9 年之前
父節點
當前提交
a04a7b6ea5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Makefile

+ 1 - 1
src/Makefile

@@ -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