aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/Makefile.nmake
blob: 2506497323868e060f1fbcdf76fb6244a30755e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#

include ../config.nmake

wireshark.manifest:	nsis/wireshark.nsi ws-manifest.pl
	$(PERL) ws-manifest.pl nsis/wireshark.nsi > $@	

clean:
	rm -rf wireshark.manifest

distclean:	clean
	
maintainer-clean:	distclean