# # Makefile for John Skilling's C code # This is used in directories _crystal, etc # David MacKay # ALWAYS: CC = gcc mininest: mininest.o $(CC) mininest.o -lm -o mininest clean: ALWAYS rm *.o apply.c: echo "mininest.c needs to be associated with a file apply.c that defines the problem"