# ---Makefile file = samplen CFLAGS=-g COMPILER=gcc options = -lX11 -lm $(file) : $(file).c $(COMPILER) $(CFLAGS) $(file).c -o $(file) $(options) –ß‚é