diff --git a/examples/Makefile b/examples/Makefile index 60f6274a73577d19a9fc679b3c85e746e2720187..1bf49b93d23989c99d2b2a02615b641389c37f6e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,13 +3,8 @@ SRCDIR = .. # Test programs to compile, and a list of sources for each. # To add a new test, put its name on the PROGS list # and then add a name_SRC line that lists its source files. -<<<<<<< HEAD -PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \ - bubsort insult lineup matmult recursor my touch -======= PROGS = cat cmp cp echo exit halt hex-dump ls mcat mcp mkdir pwd rm shell \ bubsort insult lineup matmult recursor my ->>>>>>> Alex/exit-system-call # Should work from project 2 onward. cat_SRC = cat.c