CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/data/cmd_exec/makefile.mk
Views: 1904
all: show_args_linux show_args_windows
show_args_linux: show_args.c
	cc show_args.c -o show_args_linux
show_args_windows: show_args.c
	x86_64-w64-mingw32-gcc show_args.c -o show_args.exe