Skip to content

Commit

Permalink
build: correct issue with the move into a subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kellya committed Aug 30, 2021
1 parent f7ab0f2 commit db7de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clean:
rm -rf $(BUILDDIR)

pylint:
pylint weather.py
pylint weather/weather.py

release: build
#Figure out what the last/most recent build is
Expand Down

0 comments on commit db7de27

Please sign in to comment.