Revision af7c88671e8cedf36d2b6a3f68d4271c1b804bc4 authored by Eric Lu on 09 July 2018, 12:50:30 UTC, committed by Eric Lu on 09 July 2018, 12:50:30 UTC
2 parent s 355ae68 + e3d64f7
Raw File
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