From 08d2be6206d257f8b74ca467d7e194d815aa5422 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 25 Aug 2018 01:24:18 -0400 Subject: Revert "Explicitly build from .o objects" This reverts commit 10df862510e610cf735ad181c2dd4cdc235e9102. --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f95420c..04fa105 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,6 @@ OBJS = $(BINS:%=%.o) all: tags $(BINS) -server: server.o - -client: client.o - -meta: meta.o - -merge: merge.o - $(OBJS): torus.h client.o: help.h -- cgit 1.4.1 lue='f4a32088203435496babe006a18ba6c4ca1d083c'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/cash/eval.h (unfollow)
Commit message (Expand)Author
2019-01-10Remove profile and dot.profileJune McEnroe
2019-01-10Replace strchrnul with strchrJune McEnroe
2019-01-10Replace eaccess with faccessatJune McEnroe
2019-01-10Replace st_mtim with st_mtimespecJune McEnroe
2019-01-10Replace sys_nsig with NSIGJune McEnroe
2019-01-10Replace cash MakefileJune McEnroe
2019-01-10Move bltin out of subdirectoryJune McEnroe