X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=reset_tty%2FMakefile;fp=reset_tty%2FMakefile;h=d076402ccb9d84283b908e4da4428ac9b503f3e5;hb=8682625b18daa7a9f6ae5d3fff47e9e3158d19ef;hp=0000000000000000000000000000000000000000;hpb=75d3e955b7445b15c9c25a425e888ae76af6c3db;p=svn42.git diff --git a/reset_tty/Makefile b/reset_tty/Makefile new file mode 100644 index 0000000..d076402 --- /dev/null +++ b/reset_tty/Makefile @@ -0,0 +1,9 @@ + +TARGET=reset_tty + +all: reset_tty + +.PHONY: clean + +clean: + rm -f $(TARGET)