Last change
on this file since 17 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
|
Line | |
---|
1 | # $Id: Makefile 5 2005-02-21 01:53:02Z tim $
|
---|
2 |
|
---|
3 | ################################################################################
|
---|
4 |
|
---|
5 | REGLOOKUP=$(BUILD_BIN)/reglookup
|
---|
6 | FILES=$(REGLOOKUP)
|
---|
7 |
|
---|
8 | all: $(FILES)
|
---|
9 |
|
---|
10 | $(REGLOOKUP): reglookup.c
|
---|
11 | $(CC) $(OPTS) -o $@ reglookup.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.