diff --git a/Makefile b/Makefile index 06c8fce7..de0058a2 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,6 @@ restest: restest.go $(GOFILES) ednstest: ednstest.go $(GOFILES) 6g -I _obj ednstest.go && 6l -L _obj -o ednstest ednstest.6 -ednstest2: ednstest2.go $(GOFILES) - 6g -I _obj ednstest2.go && 6l -L _obj -o ednstest2 ednstest2.6 - manglertest: manglertest.go $(GOFILES) 6g -I _obj manglertest.go && 6l -L _obj -o manglertest manglertest.6