source: src/Makefile @ 2

Last change on this file since 2 was 2, checked in by tim, 19 years ago

added ID tags

  • Property svn:keywords set to Id
File size: 149 bytes
Line 
1# $Id: Makefile 2 2005-02-18 03:24:46Z tim $
2
3OPTS=-ggdb -std=gnu89 -pedantic -Wall
4
5all: reglookup
6
7reglookup: reglookup.c
8        gcc $(OPTS) -o reglookup reglookup.c
9
10clean:
11        rm -f reglookup
Note: See TracBrowser for help on using the repository browser.