Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / Makefile @ 536ea51c

History | View | Annotate | Download (155 Bytes)

1
NAME := vigiboard
2
MODULE := $(NAME)
3
CODEPATH := $(NAME)
4

    
5
all: build
6

    
7
include ../glue/Makefile.common
8
lint: lint_pylint
9
tests: tests_tg
10
clean: clean_python