Skip to content

Commit

Permalink
add static rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sunflsks committed May 3, 2021
1 parent ce5155d commit 24408f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
all:
$(CC) $(wildcard *.c) $(CFLAGS) -shared -o libiosexec.dylib

static:
$(CC) $(wildcard *.c) $(CFLAGS) -c
libtool -static -o libiosexec.a $(wildcard *.o)

0 comments on commit 24408f0

Please sign in to comment.