Here is the origin Makefile, and I want to produce position-independent executables with -pie option.
all : aone OBJS = hello.o aone : $(OBJS) $(CC) $^