annotate Makefile @ 32:7458a278cb64

forgot modified_date
author David A. Holland
date Mon, 27 May 2013 23:16:12 -0400
parents 5f36d8d69aba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
1 TOP=.
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
2 include $(TOP)/mk/base.mk
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
3
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
4 SUBDIRS=database .WAIT cgitools crontools mailtools shelltools
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
5
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
6 include $(TOP)/mk/subdir.mk