From 2c55c7f99803bbb7fd490ba96bec7a4a24f68fe6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 6 Oct 2020 16:50:25 -0400 Subject: split true into its own (trivial) repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c711c60..e2714c2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ OBJECTS=alias.o bg.o builtins.o cd.o command.o false.o fc.o fg.o getopts.o \ interactive.o parse.o init.o getopt.o \ sh.tab.o sh.yy.o BUILTINS=alias bg cd command fc fg getopts jobs newgrp pwd read \ - true ulimit umask unalias wait + ulimit umask unalias wait all: $(UTILITY) $(L10N) $(BUILTINS) -- cgit v1.2.1