test_agp: tagp_ki.o user_tagp.o
	gcc tagp_ki.o user_tagp.o -o test_agp 

tagp_ki.o: tagp_ki.c
	gcc -c tagp_ki.c

user_tagp.o: user_tagp.c
	gcc -c user_tagp.c
