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/*