Project

General

Profile

Revision 70209762

ID702097629fa7173029bda34a0625759fa7894abe
Parent 99e0b4c0
Child 399a25e1

Added by Aurelien BOMPARD over 13 years ago

Correction du makefile

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@4216 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
1 1
NAME := vigiboard
2 2
all: build
3 3

  
4
include buildenv/Makefile.common
5
PKGNAME := $(NAME)
6
MODULE := $(NAME)
7
CODEPATH := $(NAME)
8

  
4 9
install: install_files install_permissions
5 10

  
6 11
install_files:
......
19 24
	chmod 750 $(DESTDIR)/var/cache/vigilo/sessions
20 25
	chown apache: $(DESTDIR)/var/cache/vigilo/sessions
21 26

  
22
include buildenv/Makefile.common
23

  
24
MODULE := $(NAME)
25
CODEPATH := $(NAME)
26 27

  
27 28
lint: lint_pylint
28 29
tests: tests_nose

Also available in: Unified diff