Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 7b2478a

Browse files
committed
Seperate between python2 and python3 to ensure complete removal of files when doing "make uninstall"
1 parent 54845a3 commit 7b2478a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
tospy_PYTHON = __init__.py hexdump.py
2+
tospydir = $(pythondir)/tinyos/misc
3+
4+
tospy3_PYTHON = __init__.py hexdump.py
5+
tospy3dir = $(pythondir3)/tinyos/misc
26

3-
tospydir = $(pythondir3)/tinyos/misc
47

0 commit comments

Comments
 (0)