https://github.com/duckietown/Software
Revision e6baecb654e426f66bd29bf06c91179bb1ba51b1 authored by Gianmarco Bernasconi on 08 May 2018, 09:54:00 UTC, committed by Gianmarco Bernasconi on 08 May 2018, 09:54:00 UTC
1 parent ae1b223
Raw File
Tip revision: e6baecb654e426f66bd29bf06c91179bb1ba51b1 authored by Gianmarco Bernasconi on 08 May 2018, 09:54:00 UTC
Steering wheel working
Tip revision: e6baecb
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
include Makefiles/Makefile.megacity.mk
back to top