#C=gcc -I$h -Dalpha_henri 
C=gcc -DLinux

all: hilf

hilf: hilf.c
	$C hilf.c -o hilf

install:
	cp hilf $(HOME)/bin

clean:
	rm -f *.o hilf
