OPTS=-ggdb -std=gnu89 -pedantic -Wall all: reglookup reglookup: reglookup.c gcc $(OPTS) -o reglookup reglookup.c clean: rm -f reglookup