summaryrefslogtreecommitdiff
path: root/src/Make.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/Make.cmd')
-rw-r--r--src/Make.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.cmd b/src/Make.cmd
index 26c3ca2fc..27c6a2e13 100644
--- a/src/Make.cmd
+++ b/src/Make.cmd
@@ -27,7 +27,7 @@ install: $(TARGDIR)/$(TARG)
$(TARGDIR)/$(TARG): $(TARG)
mkdir -p $(TARGDIR) && cp -f $(TARG) $(TARGDIR)
-CLEANFILES+=$(TARG) _test _testmain.go
+CLEANFILES+=$(TARG) _test _testmain.go test.out build.out
nuke: clean
rm -f $(TARGDIR)/$(TARG)