diff options
author | June McEnroe <june@causal.agency> | 2018-05-13 02:10:43 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-05-13 02:10:43 -0400 |
commit | 12b2d2d8dec0474ebc0241da54f487d1847a2adf (patch) | |
tree | 33c0823df81b7679d9185b81cb02f737274735c3 /bin/Makefile | |
parent | Tabify bin (diff) | |
download | src-12b2d2d8dec0474ebc0241da54f487d1847a2adf.tar.gz src-12b2d2d8dec0474ebc0241da54f487d1847a2adf.zip |
Add modem
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 685ea6f0..92c02f26 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,4 @@ -ANY_BINS = atch brot dtch gfxx glitch hnel pbcopy pbd pbpaste pngo scheme wake xx +ANY_BINS = atch brot dtch gfxx glitch hnel modem pbcopy pbd pbpaste pngo scheme wake xx BSD_BINS = klon watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) |