Skip to content

Commit

Permalink
Modify makefile for bsd friendly support
Browse files Browse the repository at this point in the history
  • Loading branch information
sambattalio committed Oct 2, 2020
1 parent 86f115c commit d4d9453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 59 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ chad_stride: chad_stride.c
install: chad_stride
mkdir -p $(PREFIX)/bin
install -m 755 chad_stride $(PREFIX)/bin/chad_stride
install -Dm644 chad_stride.1 $(PREFIX)/share/man/man1/chad_stride.1
mkdir -p $(PREFIX)/share/man/man1
install -m644 chad_stride.1 $(PREFIX)/share/man/man1/chad_stride.1
ln -s $(PREFIX)/bin/chad_stride $(PREFIX)/bin/cs

uninstall:
Expand Down
58 changes: 0 additions & 58 deletions chad_stride.6

This file was deleted.

0 comments on commit d4d9453

Please sign in to comment.