summaryrefslogtreecommitdiff
path: root/tools/scan_includes.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-08-09 13:49:34 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-08-09 13:49:34 -0400
commitb7da8dbb0e2236f37e4b4c99b88598369da3a008 (patch)
tree7dd6391629d3c80572ed2af73205851d4122d72b /tools/scan_includes.py
parentfaa37936780b8e04733310024bd621a8f2c635cb (diff)
tools/ contains what's needed to build the ROMs; utils/ contains disassembly utilites
Diffstat (limited to 'tools/scan_includes.py')
-rw-r--r--tools/scan_includes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scan_includes.py b/tools/scan_includes.py
index 34e1f09..c30adc0 100644
--- a/tools/scan_includes.py
+++ b/tools/scan_includes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Get all the dependencies of RGBDS assembly files recursively,