diff options
author | xiangzhou | 2014-10-31 07:47:13 -0400 |
---|---|---|
committer | xiangzhou | 2014-10-31 07:47:13 -0400 |
commit | 42f5b37c3ecdebc09765262b68a7e592eb21bf2c (patch) | |
tree | 1d233498e1ca2fc64cd74898bfb9b9f04dcd18ae | |
parent | 587e0a464328110766c2e26ad2093f44c9dffa80 (diff) | |
parent | 770a817bcf954f9550fef4d6871db4c81564da7a (diff) | |
download | pangemma-42f5b37c3ecdebc09765262b68a7e592eb21bf2c.tar.gz |
Merge pull request #11 from wtsi-hgi/fix-make-clean-bins
Adds $(OUTPUT) files to `make clean` target (fixes #8)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,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) DIST_COMMON = COPYING.txt README.txt Makefile DIST_SUBDIRS = src doc example bin |