ソースを参照

Do not remove makefile on make clean

Samuel Thibault 12 年 前
コミット
d89cfc867d
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      super-configure

+ 2 - 0
super-configure

@@ -73,6 +73,8 @@ all:
 clean:
 	\$(MAKE) -C build_host clean
 	\$(MAKE) -C build_mic clean
+
+distclean: clean
 	rm -f Makefile
 
 check: