diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,4 +44,4 @@ clean: rm -rf $(OBJDIR) pylint: - pylint $(shell find $(PWD) -name "*.py" -not -path "$(OBJDIR)/*")
\ No newline at end of file + pylint $(shell find src/ -name "*.py") |
