aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/Makefile
blob: 1fbaec0d648dac7a7c19637823306aa7ecc47191 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CFLAGS =
LDLIBS = -lsqlite3 -lgmp

.PHONY: all clean

all: postit cleandb gendb

clean:
	rm -f postit cleandb gendb

postit: postit.c util.c crypto.c

cleandb: cleandb.c util.c

gendb: gendb.c util.c