From e8c81d72c7cc78ed7b293edcd1f21721e300c4c4 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sat, 8 Jun 2013 17:22:51 +0200 Subject: libglouglou: correctly use CLFAGS for examples --- libglouglou/examples/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libglouglou/examples/Makefile b/libglouglou/examples/Makefile index d09388d..fc4e957 100644 --- a/libglouglou/examples/Makefile +++ b/libglouglou/examples/Makefile @@ -7,5 +7,8 @@ TARGETS = $(SOURCES:.c=) all: $(TARGETS) +%.o: %.c + $(CC) $(CFLAGS) -o $@ $< + clean: rm -f $(TARGETS) $(OBJECTS) -- cgit v1.2.3-59-g8ed1b