Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2018-05-12 17:49:23 +0300
committerKenneth Heafield <github@kheafield.com>2018-05-12 17:49:46 +0300
commit6479e282c8afb2d61ddb6b0351ae03b17e8f6308 (patch)
tree4f5a6f7fafb112b5d1e4c98ad473e80d30c40023 /Makefile
parent86760c088c553c12da4d72129adacfd161bed002 (diff)
make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d66240b..c40c0b5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,6 @@ QuantizeTest: ${OBJ} QuantizeTest.o
.c.o:
${CXX} ${CXXFLAGS} -c $<
+
+clean:
+ rm -f ${OBJ} QuantizeTest Test