X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/b3d5ed960aa9a43df2b48894867ec3481cee77fc..eaaa0046af50c3f918b95be93bfd4315b25690c0:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 8209ef8..03bc6c5 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,7 @@ check: tl-append tl-append-test install: tl-append $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -m 755 $^ $(DESTDIR)$(bindir) + +.PHONY: clean +clean: + -rm tl-append tl-append-test tl.log