Revision 19204,
312 bytes
checked in by zacheiss, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r19203,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # $Id: Makefile,v 1.1.1.1 2003-04-08 15:10:49 zacheiss Exp $ |
---|
2 | |
---|
3 | SHELL= /bin/sh |
---|
4 | BUILD= ./Build |
---|
5 | OPTIONS= $(CONFIG) $(FLAGS) |
---|
6 | |
---|
7 | all: FRC |
---|
8 | $(SHELL) $(BUILD) $(OPTIONS) $@ |
---|
9 | clean: FRC |
---|
10 | $(SHELL) $(BUILD) $(OPTIONS) $@ |
---|
11 | install: FRC |
---|
12 | $(SHELL) $(BUILD) $(OPTIONS) $@ |
---|
13 | |
---|
14 | fresh: FRC |
---|
15 | $(SHELL) $(BUILD) $(OPTIONS) -c |
---|
16 | |
---|
17 | FRC: |
---|
Note: See
TracBrowser
for help on using the repository browser.