view Makefile @ 0:49d687bd1401

Initial build templates and directory structure.
author Mario Torre <neugens.limasoftware@gmail.com>
date Wed, 16 Feb 2011 01:44:41 +0100
parents
children 16fabbbe6121
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

init:
	ant -f make/build.xml init

.PHONY: all
all: clean doprojects