root / tags / leocad-0-74 / generic.mk

Revision 410, 109 bytes (checked in by anonymous, 4 years ago)

This commit was manufactured by cvs2svn to create tag 'leocad-0-74'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2all:
3    $(MAKE) -C .. $@
4
5clean:
6    $(MAKE) -C .. $@
7
8veryclean:
9    $(MAKE) -C .. $@
10
11.PHONY: all clean veryclean
Note: See TracBrowser for help on using the browser.