This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Fix cleaning recipies for GNU/Linux
pull/107/head
LelixSuper
9 years ago
parent
f2f4079411
commit
a04a7b6ea5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile
+ 1
- 1
src/Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save