From 9a5eeda5bd2017ac5cc03893b4955cc993307f05 Mon Sep 17 00:00:00 2001 From: Joshua Randall Date: Thu, 30 Oct 2014 18:22:42 +0000 Subject: Adds $(OUTPUT) files to `make clean` target Modifies the `make clean` target so that output binaries bin/gemma and/or bin/gemmaf will be removed so that they will definitely be rebuilt after `make clean` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 987e2e6..5ae13ed 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ $(OBJS) : $(HDR) clean: - rm -rf ${SRC_DIR}/*.o ${SRC_DIR}/*~ *~ ${SRC_DIR}/*_float.* + rm -rf ${SRC_DIR}/*.o ${SRC_DIR}/*~ *~ ${SRC_DIR}/*_float.* $(OUTPUT) tar: tar cvzf gemma-0.93.tar.gz COPYING.txt README.txt Makefile src doc example bin -- cgit v1.2.3