Skip to content

Commit

Permalink
Remove minizip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 14, 2023
1 parent f5de84a commit 9a9f0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ minizip-clean:
cd contrib/minizip && { $(MAKE) clean ; cd ../.. ; }

mostlyclean: clean
clean: minizip-clean
clean:
rm -f *.o *.lo *~ \
example$(EXE) minigzip$(EXE) examplesh$(EXE) minigzipsh$(EXE) \
example64$(EXE) minigzip64$(EXE) \
Expand Down

0 comments on commit 9a9f0d6

Please sign in to comment.