summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8b3245..c5b1e42 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ nyancat: nyan.c
install:
cp nyancat ${BIN}
mkdir --parents ${RES}
- cp -v res/* ${RES}
+ cp -rv res/* ${RES}
clean:
rm nyancat