From 607b468be2faf8e325f2021ee2cbf1718d7ee589 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 8 Jun 2022 23:10:52 +0200 Subject: Added optionless ls utility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.1