X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fexamples%2FMakefile;fp=src%2Fexamples%2FMakefile;h=be94f7a3eedfc6160eeef50ff566f6497546453a;hp=2128cc22ff88410aa3f44178fd5e071d78f5c235;hb=6cec69104ea5fa08b1c759063c010fe39f07f058;hpb=d1f5f225664a03ad505038955f72d1c643365583 diff --git a/src/examples/Makefile b/src/examples/Makefile index 2128cc2..be94f7a 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -4,7 +4,7 @@ SRCDIR = .. # To add a new test, put its name on the PROGS list # 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 \ - bubsort insult lineup matmult recursor + bubsort lineup matmult recursor # Should work from project 2 onward. cat_SRC = cat.c @@ -13,7 +13,6 @@ cp_SRC = cp.c echo_SRC = echo.c halt_SRC = halt.c hex-dump_SRC = hex-dump.c -insult_SRC = insult.c lineup_SRC = lineup.c ls_SRC = ls.c recursor_SRC = recursor.c