Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / Makefile @ 20422a70

History | View | Annotate | Download (134 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_tg
8