From b52497182fcda82ed331f074cae1e21cca22aba5 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:30:24 +0000 Subject: [PATCH] lilypond-0.0.27 --- Makefile | 6 +++++- deps/Makefile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75f56e1ccd..e55ebd0dc9 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,14 @@ include Variables.make $(exe): $(obs) + strip --strip-debug $(STABLEOBS) $(CXX) -o $@ $^ $(LOADLIBES) + +.PHONY: clean + clean: - rm -f $(exe) $(DOCDIR)/* core $(obs) + rm -f $(exe) $(DOCDIR)/* core $(obs) $(ALLDEPS) for SUBDIR in $(SUBDIRS); \ do \ $(MAKE) SUBDIR=$$SUBDIR -C $$SUBDIR clean;\ diff --git a/deps/Makefile b/deps/Makefile index 790d7b06f2..4a3104af2f 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -7,4 +7,4 @@ dist: ln $(DISTFILES) $(DDIR)/$(SUBDIR) clean: - rm -f *.dep + true -- 2.39.5