aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/Makefile.nmake
blob: ee72cdd164c702d00b24590d8d4ac8bce328efcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is no longer used and can probably be removed.

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