-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new release #41
Comments
can I release it now? |
Hmm.. slight problem with the Makefile though. To use the
Should we change the readme file to say that? Or should we have the Makefile outside the |
The best thing would be a soft link but Windows can’t handle that, perhaps just make a dummy Makefile? .PHONY: all
all:
make -S src |
Sorry for formatting on mobile rn |
Well, im not really an expert in makefiles so im not sure. Would that be better than what we have now? |
I mean cd src && make clean all is pretty standard |
Sure i guess |
For the PKGBUILD, a new release is needed so that the tarball can be fetched, and the repo contains a bugfix allowing code to run, so, perhaps create a v3.0.1 bugfix release. Thanks!
The text was updated successfully, but these errors were encountered: