浏览代码

Makefile.am: add rule clean-local to remove starpu_top.1

Nathalie Furmento 13 年之前
父节点
当前提交
73a1ddd157
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -88,6 +88,8 @@ starpu_top.1: starpu-top/starpu_top$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ starpu-top/starpu_top$(EXEEXT)
 dist_man1_MANS =\
 	starpu_top.1
+clean-local:
+	$(RM) starpu_top.1
 endif
 endif