From c5792460559f726dcd4026291986e1574227cdc4 Mon Sep 17 00:00:00 2001 From: Myungjae Lee Date: Thu, 6 Oct 2011 15:23:42 +0900 Subject: [PATCH] [TC] fixed build error in entry TCs --- TC/elm_ts/entry/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TC/elm_ts/entry/Makefile b/TC/elm_ts/entry/Makefile index 5a48523..2b17312 100755 --- a/TC/elm_ts/entry/Makefile +++ b/TC/elm_ts/entry/Makefile @@ -32,7 +32,7 @@ CFLAGS += -Wall all: $(TARGETS) -$(TARGET): %: %.c +$(TARGETS): %: %.c $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) clean: -- 2.7.4