The next version of TurboActivate will have more makefiles. Here's the x64 one for the Example.c:
CXXFLAGS = -Os -s -ffunction-sections -fdata-sections -DNDEBUG -m64 -L../../amd64LDFLAGS = -Wl,--gc-sections -Wl,-rpath='$$ORIGIN'
example: example.o g++ $(CXXFLAGS) $(LDFLAGS) -o ../../amd64/example.out example.o -lTurboActivate -lrt
example.o: g++ -c $(CXXFLAGS) $(LDFLAGS) Example.c -o example.o