Judger/Makefile
virusdefender 0cc6afcfb4 rename
2016-01-13 12:00:09 +08:00

9 lines
135 B
Makefile

CC ?= gcc
PREFIX ?= /usr/local
sandbox.so: sandbox.c
$(CC) $^ $(CFLAGS) -fPIC -ldl -shared -lseccomp -o $@
clean:
rm -f sandbox.so