You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's sad to say the makefile still has problem. Couldn't remove things after install.
$ git log HEAD^..HEAD --pretty=onelinea8109831ee00f5a2b90fdc9dd609c55c9f365951 modify readme docs
$ make build
# some build log
$ sudo make installinstalling to /usr/local ...plat: linuxarch: x86_64install xmakemake luajitmake[3]: Nothing to be done for 'all'.make xmakemake[3]: Nothing to be done for 'all'.make demomake[3]: Nothing to be done for 'all'.install demook!
$ rm -rf *rm: cannot remove 'core/bin/demo.pkg/bin/linux/x86_64/demo.b': Permission denied
$ ls -l core/bin/demo.pkg/bin/linux/x86_64/demo.b-rwxr-xr-x 1 root root 716240 Apr 8 19:51 core/bin/demo.pkg/bin/linux/x86_64/demo.b
The text was updated successfully, but these errors were encountered:
It's sad to say the makefile still has problem. Couldn't remove things after install.
The text was updated successfully, but these errors were encountered: