Skip to content

Commit

Permalink
Add proot.static target to GNUmakefile (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpixl authored and oxr463 committed Mar 6, 2019
1 parent 1fc2739 commit 26b64ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ OBJIFY = $($(quiet)GEN) \
proot: $(OBJECTS)
$(LINK)

proot.static: $(OBJECTS)
$(LINK) -static

care: $(OBJECTS) $(CARE_OBJECTS)
$(LINK) $(CARE_LDFLAGS)

Expand Down

0 comments on commit 26b64ca

Please sign in to comment.