Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / Makefile @ 4c964d96

History | View | Annotate | Download (159 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_nose
11
clean: clean_python