Hello: hello.c
	cc -o hello hello.c -lm
Sample: sample.c
	cc -o sample sample.c -lm -lX11
Test: test.c
	cc -o test test.c -lm -lX11

