9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Christos Margiolis <christos@christosmarg.xyz>
To: 9front@9front.org
Subject: [9front] [PATCH] Added install and uninstall options in drawterm's Makefile
Date: Mon, 12 Apr 2021 15:48:50 +0300	[thread overview]
Message-ID: <20210412124850.quzpbmlny7bqn6uu@pleb> (raw)

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

drawterm's Makefile was lacking `install` and `uninstall` options
so I added them for convenience. It is hardcoded to install drawterm in
/usr/local/bin.

[-- Attachment #2: Makefile.diff --]
[-- Type: text/x-diff, Size: 148 bytes --]

38,44d37
< install: default
< 	cp drawterm /usr/local/bin
< 	chmod 755 /usr/local/bin/drawterm
< 
< uninstall:
< 	rm -f /usr/local/bin/drawterm
< 


             reply	other threads:[~2021-04-12 13:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12 12:48 Christos Margiolis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-12 12:44 Christos Margiolis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210412124850.quzpbmlny7bqn6uu@pleb \
    --to=christos@christosmarg.xyz \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).