diff options
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index a2849d3..c65297f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -17,15 +17,11 @@ hmac: hmac.c ncr: ncr.c $(CC) $(CFLAGS) $< -o $@ -ncr-user: ncr-user.c - $(CC) $(CFLAGS) $< -o $@ - pk: pk.c $(CC) $(CFLAGS) $< -o $@ -L/usr/local/lib -lgnutls check: $(progs) ./ncr - ./ncr-user ./pk ./cipher ./hmac |
