1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-24 19:33:02 +00:00

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

View File

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