Browse Source

Merge pull request #471 from cschol/make-clean

Clean up libRack.a file
pull/1639/head
Andrew Belt GitHub 7 years ago
parent
commit
772474a425
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -71,6 +71,7 @@ endif


clean:
rm -fv libRack.a
rm -rfv $(TARGET) build dist

# For Windows resources


Loading…
Cancel
Save