mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -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).
|
# Top-level makefile for the Fast Light Tool Kit (FLTK).
|
||||||
#
|
#
|
||||||
@@ -67,9 +67,12 @@ clean:
|
|||||||
(cd $$dir;$(MAKE) clean);\
|
(cd $$dir;$(MAKE) clean);\
|
||||||
done
|
done
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
rm -f config.log config.h config.status makeinclude
|
||||||
|
|
||||||
makeinclude: configure configh.in makeinclude.in
|
makeinclude: configure configh.in makeinclude.in
|
||||||
./configure
|
./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 $".
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user