Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv authored May 1, 2019
1 parent 3c2ea84 commit a72490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OBJS = src/connection-listen.o src/generic-list.o \
all: ignotum/lib/libignotum.a mysql-magic

mysql-magic: $(OBJS) ignotum/lib/libignotum.a
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
@strip mysql-magic

src/%.o: src/%.c
Expand Down

0 comments on commit a72490d

Please sign in to comment.