# use this makefile when you're putting the path # name in the source file's #include statements # (which is not a good idea, remember) INC = /home/rscheidt/rjslib/ poker: poker.c gcc poker.c $(INC)io.o $(INC)str.o $(INC)array.o $(INC)math.o -o poker