diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e656cdf..e3e4a8e 100644 --- a/Makefile +++ b/Makefile @@ -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 |