[TC] fixed build error in entry TCs
authorMyungjae Lee <mjae.lee@samsung.com>
Thu, 6 Oct 2011 06:23:42 +0000 (15:23 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Thu, 6 Oct 2011 06:23:42 +0000 (15:23 +0900)
TC/elm_ts/entry/Makefile

index 5a48523..2b17312 100755 (executable)
@@ -32,7 +32,7 @@ CFLAGS += -Wall
 
 all: $(TARGETS)
 
-$(TARGET): %: %.c
+$(TARGETS): %: %.c
        $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
 
 clean: