Remove the old make file

This commit is contained in:
Cam Findlay 2016-02-11 15:36:54 +13:00
parent b328b3115a
commit 918dcbe933
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
all:
@echo "Available commands:"
@grep "^[^#[:space:]].*:$$" Makefile
update:
@make fetch
@make index
fetch:
@./bin/update.sh $(CURDIR)
index:
@php framework/cli-script.php dev/tasks/RebuildLuceneDocsIndex flush=1
test:
$(MAKE) QUERYSTRING="$(QUERYSTRING)&SkipTests=RestfulServiceTest" -C sapphire test