LIB = chacha8 SUFFIX = .so # uncomment one of the following: #CFLAGS += -bundle #CFLAGS += -shared CFLAGS += -O3 -fPIC -fomit-frame-pointer lib: gcc $(CFLAGS) -o lib$(LIB)$(SUFFIX) $(LIB).c ecrypt-plus.c