Adds distclean target that removes makeinclude, config.log, config.h and

config.status

-Carl


git-svn-id: file:///fltk/svn/fltk/trunk@341 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Carl E. Thompson 1999-02-25 19:45:04 +00:00
parent 82877b2eb6
commit 548949b16e
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.11 1999/01/13 16:25:14 mike Exp $"
# "$Id: Makefile,v 1.12 1999/02/25 19:45:04 carl Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@ -67,9 +67,12 @@ clean:
(cd $$dir;$(MAKE) clean);\
done
distclean: clean
rm -f config.log config.h config.status makeinclude
makeinclude: configure configh.in makeinclude.in
./configure
#
# End of "$Id: Makefile,v 1.11 1999/01/13 16:25:14 mike Exp $".
# End of "$Id: Makefile,v 1.12 1999/02/25 19:45:04 carl Exp $".
#