Skip to content
Snippets Groups Projects
Commit f46728d6 authored by a2-stratford's avatar a2-stratford
Browse files

Adding files from other branch

parent b988f540
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ SRCDIR = .. ...@@ -3,7 +3,7 @@ SRCDIR = ..
# Test programs to compile, and a list of sources for each. # Test programs to compile, and a list of sources for each.
# To add a new test, put its name on the PROGS list # To add a new test, put its name on the PROGS list
# and then add a name_SRC line that lists its source files. # and then add a name_SRC line that lists its source files.
PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \ PROGS = cat cmp cp echo exit halt hex-dump ls mcat mcp mkdir pwd rm shell \
bubsort insult lineup matmult recursor my bubsort insult lineup matmult recursor my
# Should work from project 2 onward. # Should work from project 2 onward.
...@@ -11,6 +11,7 @@ cat_SRC = cat.c ...@@ -11,6 +11,7 @@ cat_SRC = cat.c
cmp_SRC = cmp.c cmp_SRC = cmp.c
cp_SRC = cp.c cp_SRC = cp.c
echo_SRC = echo.c echo_SRC = echo.c
exit_SRC = exit.c
halt_SRC = halt.c halt_SRC = halt.c
hex-dump_SRC = hex-dump.c hex-dump_SRC = hex-dump.c
insult_SRC = insult.c insult_SRC = insult.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment