bc2103625e
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@3780 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
12 lines
213 B
Makefile
12 lines
213 B
Makefile
ROOT=/home/y
|
|
include $(ROOT)/share/yahoo_cfg/Make.defs
|
|
|
|
# Just to pick up "clean" and "package" rules
|
|
|
|
all:: package-release
|
|
|
|
test:: package-test
|
|
|
|
clean:: package-clean
|
|
|
|
include $(ROOT)/share/yahoo_cfg/Make.rules
|