added 'clean' stanza for fko-wrapper Makefile
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user