Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / Makefile @ c06c4ff2

History | View | Annotate | Download (157 Bytes)

1
NAME := vigigraph
2

    
3
all: build
4

    
5
include buildenv/Makefile.common
6

    
7
MODULE := $(NAME)
8
CODEPATH := $(NAME)
9
lint: lint_pylint
10
tests: tests_tg
11
clean: clean_python