From a99bff9b639334208ce65920d9b995a52e0da2ac Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 6 Dec 2014 19:58:33 -0500 Subject: [PATCH] [test suite] minor Makefile update for fko-wrapper --- test/fko-wrapper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fko-wrapper/Makefile b/test/fko-wrapper/Makefile index 9f77b1a3..7f25966f 100644 --- a/test/fko-wrapper/Makefile +++ b/test/fko-wrapper/Makefile @@ -1,5 +1,5 @@ -all : fko_wrapper.c +all : fko_wrapper.c fko_basic.c cc -Wall -g -I../../lib fko_wrapper.c -o fko_wrapper -L../../lib/.libs -lfko cc -Wall -g -I../../lib fko_basic.c -o fko_basic -L../../lib/.libs -lfko