diff options
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 |