diff options
author | John Ankarström <john@ankarstrom.se> | 2020-10-31 00:06:37 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-15 22:00:33 +0100 |
commit | 457c2a2018c79da46266ec69469ae8200431941b (patch) | |
tree | db66b00fb9507f77556968f4fef53ca1a4796653 /shiftdown/Makefile | |
parent | c1acfc730a50fe8049742ac0c2465db631262aac (diff) | |
download | alpine-457c2a2018c79da46266ec69469ae8200431941b.tar.gz |
Add 'shiftdown' tool
Diffstat (limited to 'shiftdown/Makefile')
-rw-r--r-- | shiftdown/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |