summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a662ff7..8dcae4f 100644
--- a/Makefile
+++ b/Makefile
@@ -47,9 +47,9 @@ PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdec
mod:
- python setup.py clean
+ sudo python setup.py clean
python setup.py build
- python setup.py install
+ sudo python setup.py install
python -c 'import dmidecode'
all : $(PROGRAMS)