o add ff lib
o add ff lib samples o add ff linux sample
This commit is contained in:
17
tools/ffsample/linux/Makefile
Normal file
17
tools/ffsample/linux/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
bin = fftest
|
||||
src = ff.c main.c diskio.c
|
||||
objs=$(src:.c=.o)
|
||||
|
||||
|
||||
all: $(src) $(bin)
|
||||
|
||||
$(bin): $(objs)
|
||||
gcc $(ldflags) $(objs) -o $@
|
||||
|
||||
%.o : %.c
|
||||
gcc $(cflags) -c $<
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user