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
RevLine 
[2]1# $Id: Makefile 23 2005-06-08 01:19:46Z tim $
2
[3]3################################################################################
4
[5]5REGLOOKUP=$(BUILD_BIN)/reglookup
[3]6FILES=$(REGLOOKUP)
[1]7
[5]8all: $(FILES)
[3]9
10$(REGLOOKUP): reglookup.c
[23]11        $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c
Note: See TracBrowser for help on using the repository browser.