aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx_linux/Makefile
blob: ccf73871dc445c68ece2adb88e5aed2a7cb443a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##
## Makefile for MiniLibX in /home/boulon/work/c/raytraceur/minilibx
## 
## Made by Olivier Crouzet
## Login   <ol@epitech.net>
## 
## Started on  Tue Oct  5 15:56:43 2004 Olivier Crouzet
## Last update Tue May 15 15:44:41 2007 Olivier Crouzet
##

## Please use configure script


all	: do_configure

do_configure	:
	./configure

clean	:
	./configure clean

re	: clean all

install:
	$(MAKE) -f Makefile.gen $@