source: trunk/athena/bin/olc/Makefile.athena @ 9372

Revision 9372, 244 bytes checked in by ghudson, 28 years ago (diff)
To avoid conflicts with files named "configure", rename the "configure" phase of the build to "prepare".
Line 
1# $Id: Makefile.athena,v 1.2 1996-11-20 15:41:17 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        imake -DTOPDIR=. -I./config
7        ${MAKE} Makefiles
8
9clean:
10        ${MAKE} clean
11
12all:
13        ${MAKE} world
14
15check:
16
17install:
18        ${MAKE} install install.man DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.