comparison Makefile.in @ 1679:90fffce0ee99

Add linter for #ifdef
author Matt Johnston <matt@ucc.asn.au>
date Sun, 24 May 2020 13:15:24 +0800
parents d32bcb5c557d
children 41bf8f216644
comparison
equal deleted inserted replaced
1678:4b4cfc92c5b7 1679:90fffce0ee99
234 $(MAKE) -C libtomcrypt 234 $(MAKE) -C libtomcrypt
235 235
236 $(STATIC_LTM): $(OPTION_HEADERS) 236 $(STATIC_LTM): $(OPTION_HEADERS)
237 $(MAKE) -C libtommath 237 $(MAKE) -C libtommath
238 238
239 .PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean 239 .PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean lint
240 240
241 ltc-clean: 241 ltc-clean:
242 $(MAKE) -C libtomcrypt clean 242 $(MAKE) -C libtomcrypt clean
243 243
244 ltm-clean: 244 ltm-clean:
259 -rm -f Makefile 259 -rm -f Makefile
260 -rm -f default_options_guard.h 260 -rm -f default_options_guard.h
261 261
262 tidy: 262 tidy:
263 -rm -f *~ *.gcov */*~ 263 -rm -f *~ *.gcov */*~
264
265 lint:
266 cd $(srcdir); ./dropbear_lint.sh
264 267
265 ## Fuzzing targets 268 ## Fuzzing targets
266 269
267 # list of fuzz targets 270 # list of fuzz targets
268 FUZZ_TARGETS=fuzzer-preauth fuzzer-pubkey fuzzer-verify fuzzer-preauth_nomaths fuzzer-kexdh fuzzer-kexecdh fuzzer-kexcurve25519 271 FUZZ_TARGETS=fuzzer-preauth fuzzer-pubkey fuzzer-verify fuzzer-preauth_nomaths fuzzer-kexdh fuzzer-kexecdh fuzzer-kexcurve25519