CC ?= gcc CFLAGS += -fPIC -shared nyav1.so: $(CC) $(CFLAGS) nyav1.c -o nyav1.so .PHONY: clean clean: rm -f nyav1.so