Modify make dist-clean target
Added items that are left around by config/make process. Note: commit message edited by AlbrechtS.
This commit is contained in:
parent
3d83633fc6
commit
d9f7a368a6
4
Makefile
4
Makefile
@ -80,6 +80,10 @@ distclean: clean
|
||||
$(RM) test/`basename $$file .fl`.cxx; \
|
||||
$(RM) test/`basename $$file .fl`.h; \
|
||||
done
|
||||
$(RM) -rf autom4te.cache/
|
||||
$(RM) config.guess
|
||||
$(RM) config.sub
|
||||
$(RM) configure
|
||||
|
||||
fltk-config: configure configh.in fltk-config.in
|
||||
if test -f config.status; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user