Skip to content

Commit 66a5c1d

Browse files
committed
Adding binary led command and associated makefile.
1 parent 4821ecf commit 66a5c1d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
all: install
2+
3+
install:
4+
xcodebuild install
5+
6+
clean:
7+
rm -fr led-backlight-osx build

led-backlight-osx

10.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)