Skip to content

Commit

Permalink
Adding an 'all' target and making it the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Aug 22, 2017
1 parent 2cebbed commit ae03f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ clean-docs:
clean: clean-docs clean-fx2 clean-audio-fx2 clean-unconfigured clean-microload
@true

all: conda firmware-fx2 firmware-audio-fx2 microload

# We depend on the .git file inside the directory as git creates an empty dir
# for us.
$(FX2LIBDIR)/.git: .gitmodules
Expand All @@ -142,3 +144,4 @@ $(FX2LIBDIR)/.git: .gitmodules
touch $@ -r .gitmodules

.PHONY: docs clean-docs help-fx2 gateware-fx2 firmware-fx2 load-fx2 clean-fx2 view
.DEFAULT_GOAL := all

0 comments on commit ae03f73

Please sign in to comment.