7 lines
154 B
Makefile
7 lines
154 B
Makefile
|
|
all : fko_wrapper.c
|
|
gcc -Wall -I../../common -I../../client -I../../lib fko_wrapper.c -o fko_wrapper -L../../lib/.libs -lfko
|
|
|
|
clean:
|
|
rm -f fko_wrapper
|