Page d'accueil Description du projet

    CC=g++ -I sources -Wall

    LD=g++

all : ./itinR

depend : 
    make.tcl

test : ./itinR
    if ./recherche.tcl; then :; else ./itinR; fi

clean : 
    rm -f ./garbage/*

veryclean : clean
    rm -f make.mem
    rm -f itinR