mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix clang-complete make target
This commit is contained in:
parent
94731cfd6c
commit
0f6aaafeb6
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ clang-complete: $(CLANG_COMPLETES)
|
|||
clean: clean-clang-complete
|
||||
|
||||
clean-clang-complete:
|
||||
rm $(CLANG_COMPLETES)
|
||||
rm -f $(CLANG_COMPLETES)
|
||||
|
||||
.PHONY: clang-complete
|
||||
|
|
Loading…
Add table
Reference in a new issue