Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / Makefile @ c06c4ff2

History | View | Annotate | Download (157 Bytes)

1 0931fc44 Thomas BURGUIERE
NAME := vigigraph
2 2f5d4f00 Aurelien BOMPARD
3
all: build
4
5 c06c4ff2 Aurelien BOMPARD
include buildenv/Makefile.common
6
7 210a39de Francis LAHEUGUERE
MODULE := $(NAME)
8
CODEPATH := $(NAME)
9 0931fc44 Thomas BURGUIERE
lint: lint_pylint
10
tests: tests_tg
11 2f5d4f00 Aurelien BOMPARD
clean: clean_python