diff --git a/example/simple/Makefile b/example/simple/Makefile index 4c3a5b3..c775ec1 100644 --- a/example/simple/Makefile +++ b/example/simple/Makefile @@ -24,7 +24,7 @@ $(PROGRAM): $(OBJS) sync: @$(MAKE) -C ${OCFDIR} inc O=$(PWD) @$(MAKE) -C ${OCFDIR} src O=$(PWD) - @$(MAKE) -C ${OCFDIR} env O=$(PWD) ENV=posix + @$(MAKE) -C ${OCFDIR} env O=$(PWD) OCF_ENV=posix clean: @rm -rf $(PROGRAM) $(OBJS)