Added big boy Makefile and updated README accordingly.
[bcr-a2csamples.git] / printcert / Makefile
blob573adb2caf555b1c6ba77a0617c5325003dcb5c9
1 IARG=-I$(PATH_TO_A2C)/runtime/C
2 A2C_LIB=$(PATH_TO_A2C)/runtime/C/A2C_Runtime.lib
3 CFLAGS=$(IARG)
5 all: check
7 printcert: printcert.c util.c rfc3280.c $(A2C_LIB)
9 check: printcert
10 cd test && ./runtests && cd ..
12 clean:
13 rm -f printcert