Skip to content

Commit

Permalink
make: allow "upgrade" target for consistency with other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Oct 8, 2017
1 parent 4c28975 commit 4eb3bb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.depend*
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SUBDIR= bootstrap code fetch patch revert sign verify update
SUBDIR= bootstrap code fetch patch revert sign verify update
SUBDIR_TARGETS= upgrade

.include <bsd.subdir.mk>
1 change: 1 addition & 0 deletions Makefile.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
upgrade: all install clean

0 comments on commit 4eb3bb3

Please sign in to comment.