]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.11
authorfred <fred>
Tue, 19 Nov 1996 00:17:41 +0000 (00:17 +0000)
committerfred <fred>
Tue, 19 Nov 1996 00:17:41 +0000 (00:17 +0000)
Makefile
objects/Makefile

index 4dcc395210a1f8f54211a81023c355e640954930..9b1b762a3adb4e06b138d2a4bc21c0d634396223 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ $(exe): $(obs)
        $(CXX) -o $@ $^ $(LOADLIBES)
 
 clean:
+       $(MAKE) -C objects clean
        rm -f $(exe) *.o $(DOCDIR)/* core  
 
 distclean: clean
index 701ad6d5b978602f3420e07406edf236e9958a56..585e1df1814dd8815def0c68054afb7c4e1e7247 100644 (file)
@@ -1,2 +1,5 @@
 dist:
-       ln Makefile $(DDIR)/objects/
\ No newline at end of file
+       ln Makefile $(DDIR)/objects/
+       
+clean:
+       rm -f *.o