mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 06:56:24 +08:00
STR #1169: Fixed 'make distclean' to remove binaries inside MacOS app packages
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5040 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -85,8 +85,8 @@ distclean: clean
|
||||
$(RM) documentation/fltk.ps
|
||||
$(RM) -r documentation/fltk.d
|
||||
for file in test/*.fl; do\
|
||||
$(RM) test/`basename $file .fl`.cxx; \
|
||||
$(RM) test/`basename $file .fl`.h; \
|
||||
$(RM) test/`basename $$file .fl`.cxx; \
|
||||
$(RM) test/`basename $$file .fl`.h; \
|
||||
done
|
||||
|
||||
makeinclude: configure configh.in makeinclude.in
|
||||
|
||||
Reference in New Issue
Block a user