No description
Find a file
jacekpoz 9a75404847
fix setting the default value
basically before this commit, the default value was set *before* the
prefix check which means it was set on each line instead of only when
the current var is being parsed (as it should)
2024-04-25 22:32:16 +02:00
include update separators to be chars instead of strings 2024-04-25 19:17:23 +02:00
nix make nix build/run work by adding installPhase 2024-04-18 22:08:44 +02:00
src fix setting the default value 2024-04-25 22:32:16 +02:00
.ccls init 2024-03-18 11:25:15 +01:00
.envrc init 2024-03-18 11:25:15 +01:00
.gitignore add make preprocess 2024-04-24 19:30:34 +02:00
flake.lock init 2024-03-18 11:25:15 +01:00
flake.nix refactor shell out into nix/ and add nix package 2024-04-18 17:46:50 +02:00
LICENSE init 2024-03-18 11:25:15 +01:00
Makefile massively improve the awk fuckery 2024-04-25 11:49:09 +02:00
README.md add nix build instructions to readme 2024-04-18 22:10:12 +02:00

osu++

osu client written in c++ using sfml

building

make
./target/osu++

or if you're cool and use nix

nix build
./result/bin/osu++

alternatively

nix run

TODO

license

agpl3