mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-08 10:03:34 +08:00
14c7b15785
The libunwind.h is duplicated here so that it would be possible to test the Python parts without pulling in misoc.
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 $@ $<
|