Revision babe7c6999b3051bfab5bc70d96a4849ae2dcf7d authored by Edilbert on 09 February 2016, 10:19:12 UTC, committed by Edilbert on 09 February 2016, 10:19:12 UTC
1 parent 24fa75e
Raw File
makedebug
most.x:	most.c
	gfortran -o most.x -g most.c -lm -L/usr/X11R6/lib -lX11
clean:
	rm -f *.o *.x
back to top