diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-01 19:14:35 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-01 19:14:35 -0400 |
commit | 1af425e15d096cbd8134ad047155a9af5f38e528 (patch) | |
tree | 835326e4b455a41aed65b67a3d7a768e44582a6e | |
parent | use n flag in xargs (diff) | |
download | lazysphere-1af425e15d096cbd8134ad047155a9af5f38e528.tar.gz lazysphere-1af425e15d096cbd8134ad047155a9af5f38e528.tar.bz2 lazysphere-1af425e15d096cbd8134ad047155a9af5f38e528.zip |
update makefile
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ This project is Licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0. ritfetch only runs on systems with `curl` installed -Make sure to have `gcc` and `make` installed, and then run +Make sure to have `gcc` and `make` (`gmake` for bsd) installed, and then run ```shell $ make # compiles the program |