Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / Makefile @ e492d895

History | View | Annotate | Download (157 Bytes)

1
NAME := vigiboard
2
all: build
3

    
4
include buildenv/Makefile.common
5

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

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