hoard-sys 0.1.2

Rust FFI bindings to Hoard.
Documentation
1
2
3
4
5
6
7
8
9
include ../Makefile.inc

TARGET = linux-scalability

$(TARGET): $(TARGET).c
	$(CC) $(CCFLAGS) $(TARGET).c -o $(TARGET) -lpthread -lm

clean:
	rm -f $(TARGET)