Revision 3650f8d883aeb1509028d79bb05de883c96726ef authored by Edilbert on 20 April 2015, 08:00:37 UTC, committed by Edilbert on 20 April 2015, 08:00:37 UTC
1 parent df82aeb
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