Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / Makefile @ d00e5a54

History | View | Annotate | Download (155 Bytes)

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