Skip to content

Commit

Permalink
Integrate unmark into the release target
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfvak committed Oct 13, 2019
1 parent b32b63d commit 744ab69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 175 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ desktop.ini
/output
/release

# Build leftovers
/data/README_internal.md

# User additions
/data/aeskeydb.bin
/data/aeskeydb_.bin
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ clean:
done
@rm -rf $(OUTDIR) $(RELDIR) $(FIRM) $(FIRMD) $(VRAM_OUT)

release: clean
unmarked_readme: .FORCE
@$(PY3) utils/unmark.py -f README.md data/README_internal.md

release: clean unmarked_readme
@$(MAKE) --no-print-directory firm
@$(MAKE) --no-print-directory firm NTRBOOT=1

Expand Down
Loading

0 comments on commit 744ab69

Please sign in to comment.