aboutsummaryrefslogtreecommitdiff
path: root/src/Makeone
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makeone')
-rw-r--r--src/Makeone4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makeone b/src/Makeone
index 59749064..752e3b11 100644
--- a/src/Makeone
+++ b/src/Makeone
@@ -4,10 +4,10 @@ $(TARG): $(OFILES)
$(CC) -o $(TARG) $(OFILES) $(LDFLAGS)
CLEANFILES+=$(TARG)
-NUKEFILES+=$(PLAN9)/bin/$(TARG)
+NUKEFILES+=$(BIN)/$(TARG)
include $(PLAN9)/src/Makecommon
install: $(TARG)
- cp $(TARG) $(PLAN9)/bin
+ cp $(TARG) $(BIN)