aboutsummaryrefslogtreecommitdiff
path: root/shiftdown/Makefile
blob: b5c2f21d82ce6ba1c03bf5eef087ca14b6f34e3f (plain)
1
2
3
4
5
shiftdown:
	gcc -o shiftdown shiftdown.c

install:
	install shiftdown /usr/bin/shiftdown