source: trunk/src/Makefile @ 23

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