Skip to content

Commit

Permalink
Fixes mrproper deleted files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Tabin committed May 5, 2019
1 parent ff2b9ff commit 83890cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ clean:

mrproper: clean
@rm -rf $(LIBZIP)
@rm -rf $(LIB)/libzip-*
@rm -rf $(LIB)/zlib-*
@rm -rf $(LIB)/libzip-$(LIBZIP_VERSION)
@rm -rf $(LIB)/zlib-$(ZLIB_VERSION)
@rm -rf $(LIB)/*.tar.gz

# ZLIB targets

Expand Down

0 comments on commit 83890cc

Please sign in to comment.