2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-08 01:53:34 +08:00
artiq/lit-test/libartiq_personality/Makefile

5 lines
124 B
Makefile
Raw Normal View History

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