---
 Makefile    |    6 +++---
 fusion-icon |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,13 @@ DESTDIR = '/'
 interfaces = 'qt gtk'
 
 all:
-	@python setup.py build
+	@python3 setup.py build
 
 install:
-	@python setup.py install --prefix=${PREFIX} --root=${DESTDIR}
+	@python3 setup.py install --prefix=${PREFIX} --root=${DESTDIR}
 
 uninstall:
-	@python setup.py uninstall
+	@python3 setup.py uninstall
 
 clean:
 	rm -rf build/
--- a/fusion-icon
+++ b/fusion-icon
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # This file is part of Fusion-icon.
 
 # Fusion-icon is free software; you can redistribute it and/or modify
