diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ CC ?= cc CFLAGS=-std=c99 -W -Wall -pedantic -O2 -Iinclude -fPIC OBJS=fhp.o -SONAME=libfhp.so -LIB=libfhp.so +SONAME=libfhp.so.1 +LIB=libfhp.so.1 TEST_OBJS=test.o TEST_APP=./fhp-test |