# makefile for fispro - binary level
ifndef DESTDIR
DESTDIR=/opt/fispro3.4
endif

HELPDIR=.
all: 
	echo 'rien'	

install:
	mkdir -p $(DESTDIR)/help;cp -r $(HELPDIR) $(DESTDIR)/help

clean:
	echo 'rien'	

cleanall:
	echo 'rien'
