summaryrefslogtreecommitdiffstats
path: root/src/Makeone
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:22:36 +0000
committerrsc <devnull@localhost>2003-11-23 18:22:36 +0000
commit99947423b136903263513b9022aab6586c8c6cc5 (patch)
tree63199050438d67e1462348e86dc740bac5ddf4c3 /src/Makeone
parentdb6608bd819d10cc2ddb57d18054d62d4ca15596 (diff)
downloadplan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.gz
plan9port-99947423b136903263513b9022aab6586c8c6cc5.zip
make -> mk
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)
-