We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceddd3 commit 4b6bd86Copy full SHA for 4b6bd86
bsnes/target-bsnes/GNUmakefile
@@ -40,8 +40,6 @@ verbose: hiro.verbose ruby.verbose nall.verbose all;
40
41
install: all
42
ifeq ($(platform),windows)
43
-else ifeq ($(shell id -un),root)
44
- $(error "make install should not be run as root")
45
else ifeq ($(platform),macos)
46
mkdir -p ~/Library/Application\ Support/$(name)/
47
mkdir -p ~/Library/Application\ Support/$(name)/Database/
@@ -67,8 +65,6 @@ endif
67
65
68
66
uninstall:
69
70
71
- $(error "make uninstall should not be run as root")
72
73
rm -rf /Applications/$(name).app
74
else ifneq ($(filter $(platform),linux bsd),)
0 commit comments