artiq/lit-test/libartiq_personality/Makefile

5 lines
174 B
Makefile
Raw Normal View History

CC ?= clang
2015-07-27 10:46:43 +08:00
libartiq_personality.so: ../../soc/runtime/artiq_personality.c artiq_terminate.c
$(CC) -std=c99 -Wall -Werror -I. -I../../soc/runtime -g -fPIC -shared -o $@ $^