Revision c4f2ef0a25c24c3a1c27b4d37767f9b7a5a11772 authored by Adiv Paradise on 03 July 2018, 19:16:19 UTC, committed by Adiv Paradise on 03 July 2018, 19:16:19 UTC
1 parent 84067c6
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