mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 22:05:46 +01:00
Mainly so the makefile is a bit less esoteric to use, debugging flags must be specified manually. changed: - `$RM` for calling `rm` - removed unused `$ISWIN` - renamed `test` to `check` - added `install` and `install-strip` recipes, which for now remain empty - added `-g` to `$CFLAGS`, since it helps debugging, and in case of failures makes bug report less of a headache. I decided to not modify it further so "specialised tools" don't need to store files in the git repo, which seemed to complicate logic. This is the same reason to why I chose to not adapt clean in a way to introduce `mostlyclean`.