diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-31 13:50:55 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-31 13:50:55 +0200 |
commit | 2081d057fa423344e918784f576898cde0c6fb8e (patch) | |
tree | 6e24686a748615c488f7e023c523615fa0b794fb /Makefile | |
download | safetitle-2081d057fa423344e918784f576898cde0c6fb8e.tar.gz |
First commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..31132bb --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CFLAGS += -O2 -pedantic -Wall -Wextra + +termsettitle: termsettitle.c + +install: + install termsettitle /usr/local/bin |