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