From 457c2a2018c79da46266ec69469ae8200431941b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Sat, 31 Oct 2020 00:06:37 +0100
Subject: Add 'shiftdown' tool

---
 shiftdown/Makefile | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 shiftdown/Makefile

(limited to 'shiftdown/Makefile')

diff --git a/shiftdown/Makefile b/shiftdown/Makefile
new file mode 100644
index 0000000..b5c2f21
--- /dev/null
+++ b/shiftdown/Makefile
@@ -0,0 +1,5 @@
+shiftdown:
+	gcc -o shiftdown shiftdown.c
+
+install:
+	install shiftdown /usr/bin/shiftdown
-- 
cgit v1.2.3