From c61accd4f1c46fa24cf7354d6326141950d827c8 Mon Sep 17 00:00:00 2001 From: azidar Date: Wed, 18 Mar 2015 17:28:31 -0700 Subject: Finished expand accessors and lower to ground --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4259b7ec..543ee75c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,14 @@ # Installs stanza into /usr/local/bin # TODO Talk to Patrick to fill this in + root_dir ?= $(PWD) test_dir ?= $(root_dir)/test firrtl_dir ?= $(root_dir)/src/main/stanza -all: build check +all-noise: + ${MAKE} all || ${MAKE} fail + +all: build check done install: cd src/lib && unzip stanzam.zip @@ -22,3 +26,11 @@ check: clean: rm -f $(test_dir)/*/*/*.out rm -f $(test_dir)/*/*.out + +done: + say "done" + +fail: + say "fail" + +.PHONY: all install build-deploy build check clean fail succeed -- cgit v1.2.3