repo.or.cz
/
fmtools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fmtools 0.99.0.
[fmtools.git]
/
Makefile
blob
dc46e11960d68e8d2b0fb0644e6563ef1e6a2767
1
# fmtools Makefile - just the basics for now
2
3
CC
=
gcc
4
CFLAGS
= -
Wall
-
O2
5
6
all
:
fm fmscan
7
8
fm
:
fm.c
9
$(
CC
) $(
CFLAGS
) -
o fm fm.c
-
lm
10
11
fmscan
:
fmscan.c
12
$(
CC
) $(
CFLAGS
) -
o fmscan fmscan.c
-
lm
13
14
clean
:
15
rm
-
f
*
~
*
.o fm fmscan
16
17
devices
:
18
mknod
/
dev
/
radio0 c
81 64
19
ln
-
s
/
dev
/
radio0
/
dev
/
radio