1 # Makefile for gpgstats.
4 OBJS = gpgstats.o hash.o ll.o parse.o graphstuff.o
5 CFLAGS += -Wall -pedantic -g -I..
11 gcc -g -o gpgstats $(OBJS)
12 # -lreadline -lhistory
14 dotrees: $(OBJS) dotrees.o
15 gcc -g -o dotrees dotrees.o hash.o ll.o parse.o
18 rm -f $(OBJS) gpgctl.o dotrees.o gpgstats *.core core