Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / Makefile @ 858d88aa

History | View | Annotate | Download (156 Bytes)

1
NAME := vigiboard
2
all: build
3

    
4
include ../glue/Makefile.common
5

    
6
MODULE := $(NAME)
7
CODEPATH := $(NAME)
8

    
9
lint: lint_pylint
10
tests: tests_tg
11
clean: clean_python