Browse Source

Merge pull request #471 from cschol/make-clean

Clean up libRack.a file
tags/v0.6.0
Andrew Belt GitHub 7 years ago
parent
commit
79334173d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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