Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jedi
smrtlink
Commits
d61bfbad
Commit
d61bfbad
authored
Sep 27, 2015
by
/jdi/
Browse files
clean up
parent
c99118b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d61bfbad
...
...
@@ -4,19 +4,16 @@ CC = g++
# compiler flags:
# -g adds debugging information to the executable file
# -Wall turns on most, but not all, compiler warnings
CFLAGS
=
-g
-Wall
-lrt
-std
=
c++11
CFLAGS
=
-g
-Wall
-lrt
-lpthread
-lc
-std
=
c++11
# the build target executable:
TARGET
=
smrtlink
all
:
$(TARGET)
$(TARGET)
:
$(TARGET).o
$(CC)
$(CFLAGS)
-o
$(TARGET)
$(TARGET)
.o
$(TARGET)
:
src/*.cpp
$(CC)
$(CFLAGS)
-o
$(TARGET)
src/
*
.cpp src/
*
.h
$(TARGET).o
:
src/*.cpp
$(CC)
$(CFLAGS)
src/
*
.cpp src/
*
.h
clean
:
$(RM)
$(TARGET)
README.md
View file @
d61bfbad
# smrtlink
Command-Line Tool wich might in the future be able to configure TP-Link Easy Smart Switches.
The usage is loosely based on the
v
sw
itch
utility.
The usage is loosely based on the sw
config
utility.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment