Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / Makefile @ d00e5a54

History | View | Annotate | Download (155 Bytes)

1
NAME := vigigraph
2

    
3
all: build
4

    
5
include ../glue/Makefile.common
6
MODULE := $(NAME)
7
CODEPATH := $(NAME)
8
lint: lint_pylint
9
tests: tests_tg
10
clean: clean_python