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