mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-02 13:50:20 +08:00
5 lines
124 B
Makefile
5 lines
124 B
Makefile
|
CC ?= clang
|
||
|
|
||
|
libartiq_personality.so: ../../soc/runtime/artiq_personality.c
|
||
|
$(CC) -Wall -Werror -I. -fPIC -shared -o $@ $<
|