source: releases/release-0.1/src/Makefile

Last change on this file was 5, checked in by tim, 19 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
5REGLOOKUP=$(BUILD_BIN)/reglookup
6FILES=$(REGLOOKUP)
7
8all: $(FILES)
9
10$(REGLOOKUP): reglookup.c
11        $(CC) $(OPTS) -o $@ reglookup.c
Note: See TracBrowser for help on using the repository browser.