Merge pull request #621 from fanquake/mingw_clean_distfile
build: add distfile to miniupnpc make clean target
This commit is contained in:
commit
68c8ec508a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue