view Makefile @ 3:16fabbbe6121

Rename repositories.
author Mario Torre <neugens.limasoftware@gmail.com>
date Mon, 28 Feb 2011 23:33:41 +0100
parents 49d687bd1401
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