1
0
Fork 0
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:
Steffen Vogel 2017-08-01 11:59:16 +02:00
parent 94731cfd6c
commit 0f6aaafeb6

View file

@ -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