Remove "insult" example
[pintos-anon] / src / examples / Makefile
index 2128cc22ff88410aa3f44178fd5e071d78f5c235..be94f7a3eedfc6160eeef50ff566f6497546453a 100644 (file)
@@ -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