Revision 084a6f788b8782bdb5e051cf3128a9422ee6aad8 authored by Adiv Paradise on 22 February 2019, 01:29:54 UTC, committed by Adiv Paradise on 22 February 2019, 01:29:54 UTC
1 parent b08ce76
Raw File
make_most
most.x:	most.c
	cc -o most.x most.c -lm ${MOST_XLIB} -lX11
clean:
	rm -f *.o *.x
back to top