Skip to content

Commit

Permalink
Remove unused utils also from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus committed Jun 15, 2024
1 parent 4f6ecff commit 70d4c16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/grass/app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ DSTDIR = $(ETC)/python/grass/app

MODULES = \
data \
runtime \
utils
runtime

PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__)
Expand Down

0 comments on commit 70d4c16

Please sign in to comment.