projects
/
lede-packages.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Добавлен модуль ядра и приложение для работы с трехосевыми магнитометрами.
[lede-packages.git]
/
3-axis
/
src
/
Makefile
1
SRCS = 3-axis.c
2
OBJS = $(SRCS:.c=.o)
3
4
3-axis: $(OBJS)
5
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
6
7
clean:
8
rm -f $(OBJS)
9
rm -f 3-axis