ソースを参照

make clean rm ptty

Jochen Sprickerhof 6 年 前
コミット
f59a48da7d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ include config.mk
 
 all: scroll
 clean:
-	rm -f scroll
+	rm -f scroll ptty
 
 install: scroll
 	cp scroll ${BINDIR}