Fixed some bugs with `make clean'
authorW. Trevor King <wking@drexel.edu>
Mon, 1 Sep 2008 03:31:47 +0000 (23:31 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 1 Sep 2008 03:31:47 +0000 (23:31 -0400)
I had forgotten to clean up all the sawsim modules :p.

src/sawsim.nw

index d4d5a9bc524e5a40b0eaded2fcb0c70f3976ba6a..78ce2e7449aabedbe895c02fd4065688dd4a6d51 100644 (file)
@@ -5105,8 +5105,9 @@ profile : $(BIN_DIR)/sawsim_profile $(BIN_DIR)
        gprof $(BIN_DIR)/sawsim_profile gmon.out > $@
 check : $(CHECK_BINS:%=$(BIN_DIR)/%) $(BIN_DIR)/check_sawsim
        $(SHELL) -e -c 'for B in $^; do ./$$B; done'
-clean : $(CHECK_BINS:%=clean_%) clean_tension_model_utils \
-               clean_k_model_utils clean_latex
+clean : $(CHECK_BINS:%=clean_%) $(SAWSIM_MODS:%=clean_%) \
+               clean_tension_model_utils \
+               clean_k_model_utils clean_latex clean_check_sawsim
        rm -f $(BIN_DIR)/sawsim $(BIN_DIR)/sawsim_static \
                $(BIN_DIR)/sawsim_profile $(BUILD_DIR)/sawsim.c \
                $(BUILD_DIR)/interp.c $(BUILD_DIR)/interp.h \