From 801d6f572af8e874e725a53652ba00615238bcfd Mon Sep 17 00:00:00 2001 From: GuillaumeGas Date: Mon, 13 May 2019 05:31:23 -0700 Subject: Feature/pidof (#31) * Added killall command * Fixed feedbacks of awesomekling * Implemented pidof program and helper to parse arguments called ArgsParser. * Fixed feedbacks in pidof implem. Fixes #26 --- LibC/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LibC/Makefile') diff --git a/LibC/Makefile b/LibC/Makefile index ab307c5cbd..acdc8c0d15 100644 --- a/LibC/Makefile +++ b/LibC/Makefile @@ -7,7 +7,8 @@ AK_OBJS = \ ../AK/StringBuilder.o \ ../AK/FileSystemPath.o \ ../AK/StdLibExtras.o \ - ../AK/MappedFile.o + ../AK/MappedFile.o \ + ../AK/ArgsParser.o LIBC_OBJS = \ SharedBuffer.o \ -- cgit v1.2.3