2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-06 00:53:35 +08:00
artiq/lit-test/libartiq_personality/Makefile
2015-07-27 05:46:43 +03:00

5 lines
162 B
Makefile

CC ?= clang
libartiq_personality.so: ../../soc/runtime/artiq_personality.c artiq_terminate.c
$(CC) -Wall -Werror -I. -I../../soc/runtime -fPIC -shared -o $@ $^