#
# Makefile for CSL stand-alone tests

# OSC client

osc: TEST_OSC_Client.cpp ../Kernel/CGestalt.cpp
	g++ -w -I../Includes TEST_OSC_Client.cpp ../Kernel/CGestalt.cpp -o osc_client -llo
