From b810fa6ab1d9d3fd7f6ac0b56a1e0e83a5c33b02 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 15 Jun 2022 18:03:03 +0200 Subject: Added partial implementation of head --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8694215..cd44d92 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS+=-std=c11 -Wall -Wextra -Wpedantic -D_POSIX_C_SOURCE=200809L -UTILS=cat fallocate false ls true +UTILS=cat fallocate false head ls true all: ${UTILS} -- cgit v1.1