diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-29 18:40:18 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-29 18:40:18 -0500 |
| commit | cdf3d1d5acdce2b9baa8eeac8422b48fce899b50 (patch) | |
| tree | b4ed8ac47e012d4d3604f963cd8a23c71daa1939 /bin/Makefile | |
| parent | d0ad22b295eae397f39de3a9542ade6320a0591b (diff) | |
| download | dotfiles-cdf3d1d5acdce2b9baa8eeac8422b48fce899b50.tar.gz dotfiles-cdf3d1d5acdce2b9baa8eeac8422b48fce899b50.tar.xz | |
Add a script for wpa_supplicant on linux
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 01a6333..0de88b5 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -3,6 +3,7 @@ default: install linux: install backlight $(HOME)/bin + install wpa $(HOME)/bin install: install -d $(HOME)/bin |
