Skip to content

Commit 7dc371e

Browse files
authored
refactor: simplify Makevars files (#23)
1 parent c7a2094 commit 7dc371e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PKG_CFLAGS = -pthread
44
PKG_CPPFLAGS = -DSTRICT_R_HEADERS -DR_NO_REMAP
55
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lresolv -pthread
66

7-
all: $(SHLIB) cleanup
7+
all: cleanup
88

99
$(SHLIB): $(STATLIB)
1010

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ STATLIB = $(LIBDIR)/libmyrustlib.a
44
PKG_CPPFLAGS = -DSTRICT_R_HEADERS -DR_NO_REMAP
55
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -lgdi32 -lbcrypt -lcrypt32 -luserenv -lntdll
66

7-
all: $(SHLIB) cleanup
7+
all: cleanup
88

99
$(SHLIB): $(STATLIB)
1010

0 commit comments

Comments
 (0)