diff --git a/makefile b/makefile index 4104156..d179080 100644 --- a/makefile +++ b/makefile @@ -8,8 +8,6 @@ all: install: all cp -uf ./rose /usr/local/bin/rose - mkdir -p /usr/local/share/rose - cp -uf ./youtube.js /usr/local/share/rose/youtube.js clean: rm -f rose compile_flags.txt diff --git a/rose b/rose new file mode 100755 index 0000000..10ea547 Binary files /dev/null and b/rose differ