This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Do not run "make clean" in ruby/* subdirectories when the Makefiles do
not even exist.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
67a677fa9e
commit
f3649b1559
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ruby/Makefile.am
+ 2
- 2
ruby/Makefile.am
View File
@@ -22,8 +22,8 @@ caca/caca.so: cucul/cucul.so
make -C caca
clean-local:
make -C cucul clean
make -C caca clean
[ ! -f cucul/Makefile ] ||
make -C cucul clean
[ ! -f caca/Makefile ] ||
make -C caca clean
distclean-local:
rm -f cucul/Makefile caca/Makefile
Write
Preview
Loading…
Cancel
Save