Skip to content

Commit

Permalink
restore to previous gcc command
Browse files Browse the repository at this point in the history
  • Loading branch information
schoikc committed Jul 29, 2020
1 parent ea30916 commit 71ab703
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ EXT = so
endif
ifeq ($(UNAME), Darwin)
EXT = dylib
endif
ifeq ($(UNAME), Windows)
else
EXT = dll
endif

qrng:
cd $(qrngpath) && gcc -shared -o qrng_lib.$(EXT) *.c
gcc -shared -o $(qrngpath)qrng_lib.$(EXT) $(qrngpath)*.c
@echo Done compiling qrng C files

tests:
Expand Down

0 comments on commit 71ab703

Please sign in to comment.