Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -9,5 +9,8 @@ libtrycatch.a: trycatch.o ar cr $@ $< example: example.o libtrycatch.a ${CC} -L. -ltrycatch -o $@ $< + +trycatch.o: trycatch.c trycatch.h +example.o: example.c trycatch.h