diff --git a/example/simple/Makefile b/example/simple/Makefile index c775ec1..f19cae0 100644 --- a/example/simple/Makefile +++ b/example/simple/Makefile @@ -19,7 +19,7 @@ all: sync $(MAKE) $(PROGRAM) $(PROGRAM): $(OBJS) - $(CC) $(LDFLAGS) -o $@ $^ + $(CC) -o $@ $^ $(LDFLAGS) sync: @$(MAKE) -C ${OCFDIR} inc O=$(PWD)