From 5edaa7d5649a2e124496159f7e8a14edab4f7484 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 30 May 2015 20:52:05 +0800 Subject: rename param file to chunk file (intend to generalize it) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4ba715..69fb739 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BUILD_DIR := $(CURDIR)/build OBJS := nerv.o luaT.o common.o \ matrix/mmatrix.o matrix/cumatrix.o matrix/init.o matrix/cukernel.o \ - io/init.o io/param.o \ + io/init.o io/chunk_file.o \ examples/oop_example.o LIBS := libnerv.so LUA_LIBS := matrix/init.lua io/init.lua nerv.lua \ @@ -56,3 +56,4 @@ speech: clean: -rm -rf $(OBJ_DIR) -rm -rf $(LUA_DIR) + -rm -rf $(LIB_DIR) -- cgit v1.2.3-70-g09d2