add makefile

This commit is contained in:
randomuser 2021-02-17 19:57:33 -06:00
parent 2d75c9e938
commit 5c021e1328
1 changed files with 3 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
install:
mkdir -p $(DESTDIR)$(BINDDIR)
cp shellgopher $(DESTDIR)$(BINDDIR)/shellgopher