aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-11-17 18:25:16 +0100
committerMattias Andrée <maandree@kth.se>2023-11-17 18:25:16 +0100
commit53b1ee331f7bf40a1db1edfed863695a104b4e1e (patch)
treeca484ee59c1733dbbdafd86cfee50192421fb15b /config.mk
downloadsshexec-53b1ee331f7bf40a1db1edfed863695a104b4e1e.tar.gz
sshexec-53b1ee331f7bf40a1db1edfed863695a104b4e1e.tar.bz2
sshexec-53b1ee331f7bf40a1db1edfed863695a104b4e1e.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..67446f9
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,8 @@
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+
+CC = c99
+
+CPPFLAGS =
+CFLAGS =
+LDFLAGS =