From c9f30776909109a2d337ecf15f613d0876d60f5f Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 9 Apr 1998 02:00:36 +0000 Subject: [PATCH] Initial revision. --- Makefile.extra | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Makefile.extra diff --git a/Makefile.extra b/Makefile.extra new file mode 100644 index 000000000..e691703b8 --- /dev/null +++ b/Makefile.extra @@ -0,0 +1,20 @@ +# extra targets to do various things ... +# +# Use "make -f Makefile.extra + + +VERSION=0.41 +ROOT=fg-$(VERSION) + +# clean up dependencies +clean-deps: + rm -rf .deps Src/.deps Src/*/.deps Src/*/*/.deps + +clean-libs: + rm -rf .libs Src/.libs Src/*/.libs Src/*/*/.libs + rm -f Src/*/so_locations Src/*/*/so_locations + +# clean up after winbloze spews random case for file names :-( +clean-winbloze: clean-deps clean-libs + rm -f makefile Src/makefile Src/*/makefile Src/*/*/makefile + rm -f Src/Main/fg.exe -- 2.39.2