From f47d08fd34cbcc22e7bd43ee41de97ad300aa4fe Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 30 Jun 2012 11:35:56 +0000 Subject: Add a target to build fructose activities It will be used by the buildbot. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a285ff..a62feb7 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ install-jhbuild: submodules check-system build-glucose: install-jhbuild check-system $(TYPESCRIPT) "$(JHBUILD) build" $(LOGFILE) +build-fructose: + $(TYPESCRIPT) "$(JHBUILD) build sugar-fructose" $(LOGFILE) + build: build-glucose scripts/list-outputs install-activities: @@ -66,5 +69,6 @@ clean: rm -rf source/sugar-toolkit rm -rf source/sugar-base rm -rf source/sugar-toolkit-gtk3 + rm -rf source/sugar-fructose rm -f logs/*.log logs/all-logs.tar.bz2 rm -f scripts/list-outputs -- cgit v0.9.1