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/external/source/osx/isight/Makefile
Views: 15982
CC=gcc LDFLAGS=-bundle -framework Cocoa -framework CoreAudioKit -framework Foundation -framework QuartzCore -framework QuickTime -framework QuartzCore OBJECTS=CSGCamera.o CSGImage.o main.o BUNDLE=isight.bundle $(BUNDLE): $(OBJECTS) $(CC) $(CFLAGS) -o $(BUNDLE) $(OBJECTS) $(LDFLAGS) clean: rm -f *.o isight.bundle