forked from M-Labs/artiq
5 lines
165 B
Makefile
5 lines
165 B
Makefile
CC ?= clang
|
|
|
|
libartiq_personality.so: ../../soc/runtime/artiq_personality.c artiq_terminate.c
|
|
$(CC) -Wall -Werror -I. -I../../soc/runtime -g -fPIC -shared -o $@ $^
|