'make clean' should clean examples too.
'make' however should /not/ build examples. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d785f5b4e8
commit
fbfac0f6cc
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ depend: makeinclude
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
-$(RM) core *.o
|
-$(RM) core *.o
|
||||||
for dir in $(DIRS); do\
|
for dir in examples $(DIRS); do\
|
||||||
echo "=== cleaning $$dir ===";\
|
echo "=== cleaning $$dir ===";\
|
||||||
(cd $$dir; $(MAKE) $(MFLAGS) clean) || exit 1;\
|
(cd $$dir; $(MAKE) $(MFLAGS) clean) || exit 1;\
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user