Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
yids
avr-pager
Commits
e0318d77
Commit
e0318d77
authored
Nov 30, 2016
by
yids
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed some unnecesary libs in makefile
parent
72134e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
base-tx/Makefile
base-tx/Makefile
+1
-1
No files found.
base-tx/Makefile
View file @
e0318d77
...
...
@@ -11,7 +11,7 @@ test: test.c ../libs/pagerlib/pagerlib.c ../libs/pagerlib/things.c ../libs/pager
$(CC)
-std
=
c99
-g
-o
test
test.c ../libs/pagerlib/pagerlib.c ../libs/pagerlib/things.c
-lsodium
$(LIBS)
$(CFLAGS)
putstest
:
putstest.c ../libs/pagerlib/pagerlib.c ../libs/pagerlib/things.c ../libs/pagerlib/pagerlib.h ../libs/pagerlib/packets.h
$(CC)
-std
=
c99
-g
-o
putstest putstest.c ../libs/micro-ecc/uECC.c ../libs/pagerlib/pagerlib.c ../libs/pagerlib/things.c
-l
mbedtls
-lmbedx509
-lsodium
-lmbedcrypto
$(LIBS)
$(CFLAGS)
$(CC)
-std
=
c99
-g
-o
putstest putstest.c ../libs/micro-ecc/uECC.c ../libs/pagerlib/pagerlib.c ../libs/pagerlib/things.c
-l
sodium
$(LIBS)
$(CFLAGS)
rx-test
:
rx-test.c ../libs/pagerlib/pagerlib.c ../libs/pagerlib/things.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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