Skip to content

Commit

Permalink
Update makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Oct 20, 2024
1 parent 4965f2c commit beb4e1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build_linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ all: build

build64: ARCH_FLAGS += -m64
build64: LIBNAME=BouncyHsm.Pkcs11Lib-x64.so
build64: build clean
build64: build cleao

build32: ARCH_FLAGS += -m32
build32: LIBNAME=BouncyHsm.Pkcs11Lib-x86.so
build32: build clean
build32: build cleao

build: globalContext.o logger.o dllMain.o cmp.o rpc.o tcpTransport.o bouncy-pkcs11.o platformHelper.o
$(CC) $(ARCH_FLAGS) -shared -o $(LIBNAME) \
Expand Down Expand Up @@ -59,3 +59,6 @@ clean:

cleanso:
-rm -f *.so

cleao:
-rm -f *.o

0 comments on commit beb4e1a

Please sign in to comment.