build: add distfile to miniupnpc make clean target

This commit is contained in:
fanquake 2022-08-31 12:50:47 +01:00
parent fa190f294a
commit d66ff5e488
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ clean:
$(RM) *.exe
$(RM) miniupnpc.dll miniupnpc.lib miniupnpc.dll.def
$(RM) libminiupnpc.a
$(RM) $(DISTFILE)
$(DISTFILE): $(BINARIES)
$(ZIP) $@ *.exe *.dll *.lib *.def *.a LICENSE README Changelog.txt