forked from ZerBea/hcxtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With an eye primarily at things that packaging of this easier in source based distros, this change enables the following: - avoid rebuilding when just trying to `install` - avoid rebuilding unchanged tools - allow adding new tools in 1 location instead of ~3 - allow parallel make to function It does this by using some gnu make functionality (foreach, call, eval, patsubst).
- Loading branch information
Showing
2 changed files
with
73 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/.deps | ||
pioff | ||
whoismac | ||
wlancap2hcx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters