Last change
on this file since 14 was
5,
checked in by tim, 20 years ago
|
Added top-level make file, with most of src/Makefile's functionality.
Improved overall build system.
|
-
Property svn:keywords set to
Id
|
File size:
217 bytes
|
Rev | Line | |
---|
[2] | 1 | # $Id: Makefile 5 2005-02-21 01:53:02Z tim $ |
---|
| 2 | |
---|
[3] | 3 | ################################################################################ |
---|
| 4 | |
---|
[5] | 5 | REGLOOKUP=$(BUILD_BIN)/reglookup |
---|
[3] | 6 | FILES=$(REGLOOKUP) |
---|
[1] | 7 | |
---|
[5] | 8 | all: $(FILES) |
---|
[3] | 9 | |
---|
| 10 | $(REGLOOKUP): reglookup.c |
---|
| 11 | $(CC) $(OPTS) -o $@ reglookup.c |
---|
Note: See
TracBrowser
for help on using the repository browser.