Skip to content

Commit

Permalink
add mkromdisk to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
cnvogelg committed Jul 27, 2016
1 parent 0c25c07 commit f7d6435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dist_local: $(ROM_NAME)
dist: dist_dirs dist_flavors
@$(MAKE) -C src dist DIST_DIR=../$(DIST_NAME)
@cp README.md $(DIST_NAME)/
@cp mkromdisk $(DIST_NAME)/
@cp doc/*.md $(DIST_NAME)/doc/
@echo "--- dist: $(DIST_NAME) ---"
@ls -laR $(DIST_NAME)
Expand Down

0 comments on commit f7d6435

Please sign in to comment.