aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorConstanza Heath <[email protected]>2015-12-11 10:37:49 -0800
committerConstanza Heath <[email protected]>2015-12-11 10:37:49 -0800
commitd213add18f27367ccabf108f4de2e4d12125b110 (patch)
tree1550f5bccf1657ffa9c4a90b18663144609a915b /Makefile
parent08ded7f21529c39e5133688ffb93a9d0c94e5c6e (diff)
Remove /bin/rm for Windows compatibility
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0afcd5..f2ea20b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,5 @@ all:
clean:
$(MAKE) -C lib clean
$(MAKE) -C tests clean
- /bin/rm -f *~
+