view Makefile @ 22:60b22da6bd47 default tip

fixed compilation errors due to ProcessSPI
author Giulio Franco <g.franco9@studenti.unisa.it>
date Thu, 23 Jun 2011 23:17:49 +0200
parents 16fabbbe6121
children
line wrap: on
line source

# Main IcedRobot::GNUDroid build file

DIR = projects

doprojects: init
	$(MAKE) -C $(DIR)

.PHONY: clean
clean:
	ant -f make/build.xml clean-all

init:
	ant -f make/build.xml init

.PHONY: all
all: clean doprojects