diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-12 13:05:54 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-12 13:05:54 +0200 |
commit | abc2efa5cc903071602bf78440dde3e6c8ebe776 (patch) | |
tree | 4695482c1a1cca23db2aab4285840d19ffe549a4 /Makefile | |
parent | 88f2e0d88c7571a0362cb864ce8b88242865aa39 (diff) | |
download | tterm-abc2efa5cc903071602bf78440dde3e6c8ebe776.tar.gz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ CFLAGS != pkg-config --cflags x11 LDFLAGS != pkg-config --libs x11 -CFLAGS += -O2 +CFLAGS += -O2 -Wall -pedantic -tterm: tterm.c +all: tterm u install: - install tterm /usr/local/bin + install tterm u /usr/local/bin |