File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ PYTHON ?= python
45
45
46
46
.PHONY: clean pymod install-pymod
47
47
48
- all: pacparser.dll pactester pacparse
48
+ all: pacparser.dll pactester
49
49
50
50
pacparser.o: pacparser.c pac_utils.h js.lib
51
51
$(CC) $(CFLAGS) -c pacparser.c -o pacparser.o
@@ -69,14 +69,12 @@ pactester: pactester.c pacparser.h pacparser.o
69
69
pacparse: pacparse.c pacparser.h pacparser.o
70
70
$(CC) pacparse.c pacparser.o -o pacparse -ljs -Lspidermonkey -lws2_32
71
71
72
- dist: pacparser.dll pactester pacparse pacparser.def
72
+ dist: pacparser.dll pactester pacparser.def
73
73
if exist dist rmdir /s /q dist
74
74
mkdir dist
75
75
$(CP) pacparser.dll dist
76
76
$(CP) pacparser.h dist
77
77
$(CP) pactester.exe dist
78
- $(CP) pacparse.exe dist
79
- $(CP) pacwget dist
80
78
$(CP) pacparser.def dist
81
79
if exist pacparser.lib $(CP) pacparser.lib dist
82
80
$(CP) ..\README.md dist\README.txt
You can’t perform that action at this time.
0 commit comments