all: SearchGame

SearchGame: Game.c SearchGame.c TransGame.c
	$(CC) -o $@ $(CFLAGS) SearchGame.c



syntax highlighted by Code2HTML, v. 0.9.1