From d1c6d254e19ec31b501bd70f0a3adcc824ad8e56 Mon Sep 17 00:00:00 2001 From: cloudygoose Date: Thu, 25 Jun 2015 20:29:52 +0800 Subject: make clean added --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfcd56f..cc0c32e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean install luajit luarocks speech SHELL := /bin/bash PREFIX := $(CURDIR)/install/ -all: luajit luarocks +all: luajit luarocks install luajit: PREFIX=$(PREFIX) ./tools/build_luajit.sh luarocks: @@ -10,3 +10,5 @@ install: cd nerv; $(PREFIX)/bin/luarocks make speech: cd speech/htk_io; $(PREFIX)/bin/luarocks make +clean: + rm -r $(CURDIR)/install -- cgit v1.2.3 From d7e14b19816732d8efe6b586aaa493c2d924124c Mon Sep 17 00:00:00 2001 From: cloudygoose Date: Thu, 25 Jun 2015 23:50:50 +0800 Subject: [a little big]matrix dim added, now use m:dim() to determine whether vector or matrix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc0c32e..fa888c3 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ install: speech: cd speech/htk_io; $(PREFIX)/bin/luarocks make clean: - rm -r $(CURDIR)/install + cd nerv && make clean -- cgit v1.2.3