CC=gcc

gd.tu: gd.c
	$(CC) -I$${R_HOME}/include -fdump-translation-unit -o /dev/null -c $<

