diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-10-06 16:50:25 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-10-06 16:50:25 -0400 |
commit | 2c55c7f99803bbb7fd490ba96bec7a4a24f68fe6 (patch) | |
tree | 19afbbd22d645f1c1f687461e5d38a0ff87363c8 /Makefile | |
parent | 83d569d4abda4e925581d433c5d8127e29358579 (diff) |
split true into its own (trivial) repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |