Last change
on this file since 292 was
65,
checked in by tim, 18 years ago
|
fixed a bug in types
added paranoid checks in smb_deps to prevent NULL pointer dereferences and corner-case memory leaks.
|
-
Property svn:keywords set to
Id
|
File size:
262 bytes
|
Line | |
---|
1 | # $Id: Makefile 65 2006-07-23 17:00:20Z tim $ |
---|
2 | |
---|
3 | ################################################################################ |
---|
4 | |
---|
5 | TIMELINE=$(BUILD_BIN)/reglookup-timeline |
---|
6 | FILES=$(TIMELINE) |
---|
7 | |
---|
8 | all: $(FILES) |
---|
9 | |
---|
10 | $(TIMELINE): |
---|
11 | cp reglookup-timeline $@ |
---|
12 | |
---|
13 | install: |
---|
14 | cp -r $(FILES) $(BIN_PREFIX) |
---|
15 | |
---|
16 | clean: |
---|
17 | rm -f *~ |
---|
Note: See
TracBrowser
for help on using the repository browser.