source: src/Makefile @ 5

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