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 $@ $<