https://github.com/duckietown/Software
Revision a17275b76fc8e5979b16f3d046a08649ea24e0cc authored by syangav on 05 January 2018, 16:43:31 UTC, committed by syangav on 05 January 2018, 16:43:31 UTC
1 parent e520e5d
Raw File
Tip revision: a17275b76fc8e5979b16f3d046a08649ea24e0cc authored by syangav on 05 January 2018, 16:43:31 UTC
change three channel graph
Tip revision: a17275b
Makefile

vehicle_name=$(shell hostname)
catkin_ws=catkin_ws


all:
	@$(MAKE) -s stats
	@$(MAKE) -s test
	@$(MAKE) -s build
	@$(MAKE) -s docker
	@$(MAKE) -s generate
	@$(MAKE) -s demos
	@$(MAKE) -s hw-test
	@$(MAKE) -s maintenance
	@$(MAKE) -s openhouse
	@$(MAKE) -s log

sep="\\n\\n\#\#\# "


include Makefiles/Makefile.stats.mk
include Makefiles/Makefile.test.mk
include Makefiles/Makefile.build.mk
include Makefiles/Makefile.docker.mk
include Makefiles/Makefile.generate.mk
include Makefiles/Makefile.demos.mk
include Makefiles/Makefile.hw_test.mk
include Makefiles/Makefile.maintenance.mk
include Makefiles/Makefile.openhouse.mk
include Makefiles/Makefile.log.mk
back to top