source: src/Makefile @ 1

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

imported initial version of project, based on previous work.

File size: 141 bytes
Line 
1OPTS=-ggdb -std=gnu89 -pedantic -Wall
2
3all: reglookup
4
5reglookup: reglookup.c
6        gcc $(OPTS) -o reglookup reglookup.c
7
8clean:
9        rm -f reglookup
Note: See TracBrowser for help on using the repository browser.