source:
src/Makefile
@
2
Last change on this file since 2 was 2, checked in by , 20 years ago | |
---|---|
|
|
File size: 149 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | # $Id: Makefile 2 2005-02-18 03:24:46Z tim $ |
2 | ||
[1] | 3 | OPTS=-ggdb -std=gnu89 -pedantic -Wall |
4 | ||
5 | all: reglookup | |
6 | ||
7 | reglookup: reglookup.c | |
8 | gcc $(OPTS) -o reglookup reglookup.c | |
9 | ||
10 | clean: | |
11 | rm -f reglookup |
Note: See TracBrowser
for help on using the repository browser.