Worked on configure a bit
[hrr.git] / not / Makefile
blobd49eb2afc08b2fa706a73510cea9db7e487fc16d
1 include ../hrr.mk
3 OBJS=not.o
5 libnot.a: ${OBJS}
6 rm -f libnot.a
7 ar -q -v libnot.a ${OBJS}
8 ${RANLIB} libnot.a
10 %.o: %.c
11 ${CC} -c ${CFLAGS} -o $@ $<
13 bless:
14 ../tools/gpg_bless
16 clean:
17 rm -f ${OBJS} libnot.a csig