From e571d1d525359f562074d6922ac06e35ac49b48c Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 01:04:15 +0000 Subject: Refactor to use sugar-runner --- (limited to 'Makefile.commands') diff --git a/Makefile.commands b/Makefile.commands index 04f228c..238a19a 100644 --- a/Makefile.commands +++ b/Makefile.commands @@ -12,19 +12,19 @@ pull: build: @$(COMMANDS_DIR)/build -run: helpers-build +run: @$(COMMANDS_DIR)/run -test: helpers-build +test: @$(COMMANDS_DIR)/test -shell: helpers-build +shell: @$(COMMANDS_DIR)/shell bug-report: @$(COMMANDS_DIR)/bug-report -clean: helpers-clean +clean: @$(COMMANDS_DIR)/clean build-%: -- cgit v0.9.1