Commit 6c9afb4d authored by Philip Withnall's avatar Philip Withnall

build: Fix multiple definition of CLEANFILES

It’s already defined in common.mk.
parent 041158c4
...@@ -56,7 +56,7 @@ win32/vs9/libnice.def: nice/libnice.sym ...@@ -56,7 +56,7 @@ win32/vs9/libnice.def: nice/libnice.sym
echo "stun_debug_bytes"; \ echo "stun_debug_bytes"; \
echo "stun_hash_creds") > $@ echo "stun_hash_creds") > $@
CLEANFILES = win32/vs9/libnice.def CLEANFILES += win32/vs9/libnice.def
lcov: lcov:
find -name '*.gcda' -delete find -name '*.gcda' -delete
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment