Project

General

Profile

1
self_3d1bc249 := $(dir $(lastword $(MAKEFILE_LIST)))
2

    
3
mysql := mysql --user=bien --password='$(shell cat \
4
$(self_3d1bc249)/bien_password)'
5

    
6
all: _not_file install
7

    
8
.SUFFIXES:
9

    
10
_not_file:
11
.PHONY: _not_file
(5-5/16)