UPdate.
This commit is contained in:
@@ -36,7 +36,6 @@ publish:
|
||||
./publish r
|
||||
|
||||
|
||||
|
||||
build_rpylib:
|
||||
$(CC) -shared -o rpylib.so -fPIC rpylib.c -lpython3.12 `python3-config --includes` -I/usr/include/CL -ljson-c -lcurl -lsqlite3
|
||||
publish rpylib.so
|
||||
@@ -58,12 +57,12 @@ run_rd:
|
||||
run_mingw:
|
||||
./r.exe --verbose
|
||||
|
||||
|
||||
|
||||
docker: docker_make docker_run
|
||||
|
||||
docker_make:
|
||||
docker build -t r .
|
||||
|
||||
docker_run:
|
||||
docker run -v .:/app --rm -it r
|
||||
|
||||
build_deb:
|
||||
dpkg-deb --build r_package
|
||||
Reference in New Issue
Block a user