diff --unified --recursive a/bsnes/GNUmakefile b/bsnes/GNUmakefile --- a/bsnes/GNUmakefile 2023-06-10 21:22:40.000000000 +1200 +++ b/bsnes/GNUmakefile 2023-06-19 02:17:42.089821400 +1200 @@ -1,6 +1,9 @@ +flags = $(CFLAGS) +options = $(LDFLAGS) + target := bsnes binary := application -build := performance +build := release openmp := true local := true flags += -I. -I.. diff --unified --recursive a/bsnes/target-bsnes/GNUmakefile b/bsnes/target-bsnes/GNUmakefile --- a/bsnes/target-bsnes/GNUmakefile 2023-06-10 21:22:40.000000000 +1200 +++ b/bsnes/target-bsnes/GNUmakefile 2023-06-19 02:17:42.106408200 +1200 @@ -40,8 +40,6 @@ install: all ifeq ($(platform),windows) -else ifeq ($(shell id -un),root) - $(error "make install should not be run as root") else ifeq ($(platform),macos) mkdir -p ~/Library/Application\ Support/$(name)/ mkdir -p ~/Library/Application\ Support/$(name)/Database/