Merge pull request #621 from fanquake/mingw_clean_distfile

build: add distfile to miniupnpc make clean target
This commit is contained in:
Thomas BERNARD 2022-08-31 22:46:35 +02:00 committed by GitHub
commit 68c8ec508a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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