summaryrefslogtreecommitdiff
path: root/htk_io
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2016-02-24 22:09:34 +0800
committerDeterminant <ted.sybil@gmail.com>2016-02-24 22:09:34 +0800
commit079e7b4c1973d18d9adc75048843f6a57cfaeb96 (patch)
tree10e383f1022ceb69d5fcca699e4f32733db482da /htk_io
parent7d774e72c4ca239765ce3e8b78da66f234592118 (diff)
...
Diffstat (limited to 'htk_io')
-rw-r--r--htk_io/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/htk_io/Makefile b/htk_io/Makefile
index fe9593d..45ed5a9 100644
--- a/htk_io/Makefile
+++ b/htk_io/Makefile
@@ -35,7 +35,7 @@ $(OBJ_DIR)/src/cwrapper.o: src/cwrapper.cpp
$(OBJ_DIR)/%.o: %.c
gcc -o $@ -c $< -g $(INCLUDE) -fPIC
clean:
- -rm $(OBJ_DIR)/src/*.o
+ -rm -r $(OBJ_DIR)
$(MAKE) -C src/KaldiLib/ clean
tnet:
$(MAKE) -C src/KaldiLib/ OBJ_DIR=$(OBJ_DIR)/src