mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
fix clean_full target (#97)
This commit is contained in:
parent
f55d6f2506
commit
2b0c791f94
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -66,10 +66,10 @@ cJSON.o: cJSON.h
|
|||
|
||||
clean:
|
||||
rm -f *.o hactool hactool.exe
|
||||
|
||||
|
||||
clean_full:
|
||||
rm -f *.o hactool hactool.exe
|
||||
$(MAKE)-C mbedtls clean
|
||||
$(MAKE) -C mbedtls clean
|
||||
|
||||
dist: clean_full
|
||||
$(eval HACTOOLVER = $(shell grep '\bHACTOOL_VERSION\b' version.h \
|
||||
|
|
Loading…
Reference in a new issue