Revision 718cab4d66f6cf842c44154d008d146964554c5b authored by Adiv Paradise on 24 July 2017, 17:21:33 UTC, committed by Adiv Paradise on 24 July 2017, 17:21:33 UTC
1 parent 30c0662
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