mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 01:36:39 +08:00
5 lines
183 B
Makefile
5 lines
183 B
Makefile
CC ?= clang
|
|
|
|
libartiq_support.so: ../../soc/runtime/artiq_personality.c artiq_terminate.c artiq_time.c
|
|
$(CC) -std=c99 -Wall -Werror -I. -I../../soc/runtime -g -fPIC -shared -o $@ $^
|