Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / Makefile @ d7540235

History | View | Annotate | Download (140 Bytes)

1
NAME := vigiboard
2
include ../glue/Makefile.common
3
all: build
4
MODULE := $(NAME)
5
CODEPATH := $(NAME)
6
lint: lint_pylint
7
tests: tests_runtests
8