Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 4, 2024
1 parent f17c78f commit 7120307
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Makevars.ucrt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIBDIR = myrustlib/target/$(TARGET)/release
STATLIB = $(LIBDIR)/libmyrustlib.a
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -luserenv -ldbghelp -lbcrypt -lntdll

all: clean rustup
all: clean

$(SHLIB): $(STATLIB)

Expand All @@ -15,6 +15,3 @@ $(STATLIB):

clean:
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS) myrustlib/target

rustup:
rustup target add $(TARGET) || true

0 comments on commit 7120307

Please sign in to comment.