all: testgart	/dev/agpgart

clean:
	rm -f testgart

testgart: testgart.c
	gcc -o testgart testgart.c

/dev/agpgart: 
	mknod /dev/agpgart c 10 175
	
