Skip to content

Commit

Permalink
no src/
Browse files Browse the repository at this point in the history
  • Loading branch information
smeso committed Nov 17, 2017
1 parent 50a64e1 commit ce98f8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ CC := $(CROSS_COMPILE)gcc
LD := $(CROSS_COMPILE)ld
CFLAGS := -O2 -fstack-protector -fPIC $(CFLAGS)
LDFLAGS := -Wl,-z,relro -Wl,-z,now -Wl,-Bsymbolic-functions -shared $(LDFLAGS)
SRCDIR= src/
SRCDIR= ./

all: libsara.so libsara.a

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ce98f8c

Please sign in to comment.