Skip to content

Commit

Permalink
only compile libstratosphere
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Mar 3, 2020
1 parent 0aa48ab commit 1ec8d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KIPS := ldn_mitm
NROS := ldnmitm_config

SUBFOLDERS := Atmosphere-libs $(KIPS) $(NROS)
SUBFOLDERS := Atmosphere-libs/libstratosphere $(KIPS) $(NROS)

TOPTARGETS := all clean

Expand All @@ -15,7 +15,7 @@ $(TOPTARGETS): PACK
$(SUBFOLDERS):
$(MAKE) -C $@ $(MAKECMDGOALS)

$(KIPS): Atmosphere-libs
$(KIPS): Atmosphere-libs/libstratosphere

#---------------------------------------------------------------------------------
PACK: $(SUBFOLDERS)
Expand Down

0 comments on commit 1ec8d23

Please sign in to comment.