Updated Makefile with the ls binary

This commit is contained in:
Warren Toomey
2016-03-03 13:42:22 +10:00
parent 2b9d2942d3
commit dd5e5bc2b3
+1
View File
@@ -9,6 +9,7 @@ utilities:
$(AS) -o bin/chmod src/cmd/chmod.s $(AS) -o bin/chmod src/cmd/chmod.s
$(AS) -o bin/chown src/cmd/chown.s $(AS) -o bin/chown src/cmd/chown.s
$(AS) -o bin/chrm src/cmd/chrm.s $(AS) -o bin/chrm src/cmd/chrm.s
$(AS) -o bin/ls src/other/wktls.s
clean: clean:
rm -f bin/* rm -f bin/*