fog/Makefile

13 lines
148 B
Makefile
Raw Normal View History

2018-04-26 15:40:12 +00:00
# Variables
SOURCE = fog
# Commands
all: lint
# test: test-unittest
lint:
@echo Linting source code using pep8...
pycodestyle $(SOURCE)
@echo