From dd5e5bc2b341bef8269837a9f35cd74ed451662a Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Thu, 3 Mar 2016 13:42:22 +1000 Subject: [PATCH] Updated Makefile with the ls binary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 66ea068..265a7c4 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ utilities: $(AS) -o bin/chmod src/cmd/chmod.s $(AS) -o bin/chown src/cmd/chown.s $(AS) -o bin/chrm src/cmd/chrm.s + $(AS) -o bin/ls src/other/wktls.s clean: rm -f bin/*