]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/Makefile
release: 0.0.29
[lilypond.git] / src / Makefile
index 65374e807e6b34131451f80694187fcf71d946ae..8c88c5dbc787adbf7a31f5fdd78a465369a68fcc 100644 (file)
@@ -1,8 +1,15 @@
 default:
        $(MAKE) -C ..
 
+win32:
+       $(MAKE) -C .. Windows_NT
+
+DISTFILES=Makefile $(mycc) $(othersrc)
 dist:
-       ln Makefile $(mycc) $(othersrc) $(DDIR)/src
+       ln $(DISTFILES) $(DDIR)/$(SUBDIR)
 
 TAGS: $(mycc)
        etags -CT $(mycc) 
+
+clean:
+       rm -f $(gencc)