]> rtime.felk.cvut.cz Git - sojka/sterm.git/commitdiff
Add simple Makefile
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 8 Jul 2014 11:02:29 +0000 (13:02 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 8 Jul 2014 11:02:29 +0000 (13:02 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..d8d8159
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+CFLAGS = -O2 -Wall
+
+all: sterm
+
+install: all
+       install -d $(DESTDIR)/usr/bin
+       install -m 755 sterm $(DESTDIR)/usr/bin