Skip to content

Commit

Permalink
minor update to MSToolkit Makefile to properly clean zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jke000 committed Feb 1, 2023
1 parent 3252a8e commit c40d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSToolkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $(ZLIB_LIC) : $(ZLIB_SRC)/$(notdir $(ZLIB_LIC))| $(MKDIR)

zlib-clean :
ifneq (,$(wildcard $(ZLIB_SRC)/Makefile))
make -C $(ZLIB_SRC) clean
make -C $(ZLIB_SRC) distclean
endif

zlib-realclean : zlib-clean
Expand Down

0 comments on commit c40d7e6

Please sign in to comment.