1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/lib/cbmodels/Makefile

8 lines
No EOL
140 B
Makefile

MODELS = simple_circuit
CFLAGS = -fPIC -DVILLAS -I../../include/villas
all: $(addsuffix .so,${MODELS})
%.so: %.o
$(CC) -shared $^ -o $@