artiq/artiq/test/libartiq_support/Makefile

5 lines
175 B
Makefile
Raw Normal View History

2016-01-19 05:42:12 +08:00
CC ?= clang
libartiq_support.so: ../../runtime/artiq_personality.c artiq_terminate.c artiq_time.c
$(CC) -std=c99 -Wall -Werror -I. -I../../runtime -g -fPIC -shared -o $@ $^