summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-06-08 23:10:52 +0200
committerAki <please@ignore.pl>2022-06-08 23:10:52 +0200
commit607b468be2faf8e325f2021ee2cbf1718d7ee589 (patch)
treefccfff6b2d406c5523186580801cc116220b78a5 /Makefile
parente8b6d9b2dd1940397137f9e7daca5bcd9767a1c6 (diff)
downloadcoreutils-607b468be2faf8e325f2021ee2cbf1718d7ee589.zip
coreutils-607b468be2faf8e325f2021ee2cbf1718d7ee589.tar.gz
coreutils-607b468be2faf8e325f2021ee2cbf1718d7ee589.tar.bz2
Added optionless ls utility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69667b9..8694215 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS+=-std=c11 -Wall -Wextra -Wpedantic -D_POSIX_C_SOURCE=200809L
-UTILS=cat fallocate false true
+UTILS=cat fallocate false ls true
all: ${UTILS}