• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3set -ex
4
5cargo build --manifest-path ../Cargo.toml
6gcc -DDEBUG -o test test.c -ansi -Wall -I../include -L../../target/debug -lrure
7# If you're using librure.a, then you'll need to link other stuff:
8# -lutil -ldl -lpthread -lgcc_s -lc -lm -lrt -lutil -lrure
9