diff options
Diffstat (limited to 'crypto/ecdsa/Makefile')
-rw-r--r-- | crypto/ecdsa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ecdsa/Makefile b/crypto/ecdsa/Makefile index e89e0c0..4ce00e8 100644 --- a/crypto/ecdsa/Makefile +++ b/crypto/ecdsa/Makefile @@ -62,6 +62,8 @@ tests: lint: lint -DLINT $(INCLUDES) $(SRC)>fluff +update: depend + depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |