Fix distclean target

pull/107/head
Daniele Lacamera 2021-02-01 18:31:06 +01:00
parent d74a5b0df2
commit 6ad218de28
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ clean:
@make -C tools/check_config clean
distclean: clean
@rm -f *.pem *.der tags ./src/ed25519_pub_key.c ./src/ecc256_pub_key.c ./src/rsa2048_pub_key.c include/target.h
@rm -f *.pem *.der tags ./src/*_pub_key.c include/target.h
@make -C tools/keytools clean
include/target.h: include/target.h.in FORCE