source: trunk/bin/Makefile @ 65

Last change on this file since 65 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
5TIMELINE=$(BUILD_BIN)/reglookup-timeline
6FILES=$(TIMELINE)
7
8all: $(FILES)
9
10$(TIMELINE):
11        cp reglookup-timeline $@
12
13install:
14        cp -r $(FILES) $(BIN_PREFIX)
15
16clean:
17        rm -f *~
Note: See TracBrowser for help on using the repository browser.