aboutsummaryrefslogtreecommitdiff
path: root/src/Makeone
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makeone')
-rw-r--r--src/Makeone13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makeone b/src/Makeone
deleted file mode 100644
index 752e3b11..00000000
--- a/src/Makeone
+++ /dev/null
@@ -1,13 +0,0 @@
-all: $(TARG)
-
-$(TARG): $(OFILES)
- $(CC) -o $(TARG) $(OFILES) $(LDFLAGS)
-
-CLEANFILES+=$(TARG)
-NUKEFILES+=$(BIN)/$(TARG)
-
-include $(PLAN9)/src/Makecommon
-
-install: $(TARG)
- cp $(TARG) $(BIN)
-