Explorar o código

make clean rm ptty

Jochen Sprickerhof %!s(int64=6) %!d(string=hai) anos
pai
achega
f59a48da7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}