aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx-bsd/Makefile
blob: 5c418c55bf302a8e5dde97450091498de6df4f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
## 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