- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
Latest commit
15 lines (13 loc) · 546 Bytes
/
Copy pathMakefile
File metadata and controls
15 lines (13 loc) · 546 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build-here: src/* pysrc/setup.py
python3 pysrc/setup.py build_ext --inplace && mv ./rsd.cpython* pysrc
install:
rm -f pysrc/rsd.cpython*
if! python3 pysrc/setup.py install;then \
echo"";\
echo"------------------------------------------------------------------------------------------------------";\
echo"";\
echo"\033[1mIt would appear that RSD failed to install.\033[0m ";\
echo"Most likely, you have not installed the deps.";\
echo"See https://github.com/Threadnaught/rsd#install-dependencies";\
echo"";\
fi