From 359b81084874cb7153ed73307bebc9bf7fb86879 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 22 May 2015 18:00:09 +0200 Subject: [PATCH] Changed makefile --- js/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Makefile b/js/Makefile index e9b3f56..111bfff 100644 --- a/js/Makefile +++ b/js/Makefile @@ -75,4 +75,4 @@ PrototypeReplay: --js_output_file ../static/js/replay.min.js clean: - rm -ri ../static/js/* + rm -rf ../static/js/*