Makefile 66 B

123456
  1. all:
  2. gcc -fPIC -shared ctest.c -o ../bin/ctest.so
  3. .PHONY: all