added 'clean' stanza for fko-wrapper Makefile

This commit is contained in:
Michael Rash
2013-02-21 07:32:55 -05:00
parent 0ae954cb17
commit 52f40fea3c
+3
View File
@@ -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