Added Makefile

This commit is contained in:
Bobbi Webber-Manners 2020-02-06 21:15:28 -05:00
parent 872811d9c1
commit 2b92742dcc
1 changed files with 8 additions and 0 deletions

8
bobbi/Makefile Normal file
View File

@ -0,0 +1,8 @@
all: sortdir
sortdir: sortdir.c
occ -w -o sortdir sortdir.c
install: sortdir
cp sortdir /usr/local/bin