Skip to content

Commit

Permalink
Quieter makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cathery committed Jul 21, 2020
1 parent 2c44bba commit 844893c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ all: $(BUILD)
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
rm -rf out
mkdir -p out/atmosphere/contents/420000000000000E/flags
mkdir -p out/config/$(TARGET)
touch out/atmosphere/contents/420000000000000E/flags/boot2.flag
cp $(TARGET).nsp out/atmosphere/contents/420000000000000E/exefs.nsp
cp -r sd_card/. out/
@rm -rf out
@mkdir -p out/atmosphere/contents/420000000000000E/flags
@mkdir -p out/config/$(TARGET)
@touch out/atmosphere/contents/420000000000000E/flags/boot2.flag
@cp $(TARGET).nsp out/atmosphere/contents/420000000000000E/exefs.nsp
@cp -r sd_card/. out/
@echo [DONE] $(TARGET) compiled successfully. All files have been placed in out/

#---------------------------------------------------------------------------------
Expand Down

0 comments on commit 844893c

Please sign in to comment.