Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/Tools/UDP_Proxy/Makefile
Views: 1798
CC=gcc CFLAGS=-Wall udpproxy: udpproxy.c $(CC) $(CFLAGS) -o udpproxy udpproxy.c clean: rm -f udpproxy