CFLAGS = -Wall -I. -fpic -g -O2 -rdynamic
LDFLAGS = -lm -lschsat -lschsat-dev -ldl

com_LED_test: com_LED_test.c

clean:
	rm -f com_LED_test
