Browse Source

Added target to Makefile for cleaning build outputs on Windows

pull/1/head
Joseph Henry 8 years ago
parent
commit
f835869117
  1. 3
      Makefile

3
Makefile

@ -35,3 +35,6 @@ clean:
find . -type f \( -name '*.a' -o -name '*.o' -o -name '*.so' -o -name \
'*.o.d' -o -name '*.out' -o -name '*.log' -o -name '*.dSYM' \) -delete
clean_win:
-"rd /S /Q bin"
-"rd /S /Q build"

Loading…
Cancel
Save