root / tags / start / generic.mk

Revision 2, 109 bytes (checked in by docwhat, 9 years ago)

Initial revision

  • 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.