root/trunk/Makefile

Revision 163, 192 bytes (checked in by ingy, 1 year ago)
 r3438@skinny-2:  ingy | 2007-02-21 19:36:28 -0800
 Change names of make targets to something normal
Line 
1 #
2 # This Makefile is for developers only.
3 #
4 # Read INSTALL for help installing Kwiki.
5 #
6
7 .PHONY: help lib doc
8
9 help:
10         @cat doc/make.help
11
12 lib:
13         make -C src
14         make -C lib
15
16 doc:
17         make -C doc/pod
Note: See TracBrowser for help on using the browser.