Last change
on this file since 250 was
23,
checked in by tim, 19 years ago
|
fixed bug in build system
removed -ggdb option
|
-
Property svn:keywords set to
Id
|
File size:
227 bytes
|
Line | |
---|
1 | # $Id: Makefile 23 2005-06-08 01:19:46Z tim $ |
---|
2 | |
---|
3 | ################################################################################ |
---|
4 | |
---|
5 | REGLOOKUP=$(BUILD_BIN)/reglookup |
---|
6 | FILES=$(REGLOOKUP) |
---|
7 | |
---|
8 | all: $(FILES) |
---|
9 | |
---|
10 | $(REGLOOKUP): reglookup.c |
---|
11 | $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c |
---|
Note: See
TracBrowser
for help on using the repository browser.