]> mj.ucw.cz Git - moe.git/blob - Makefile
8cc8716aadee5e2068bffa2c4936b92d2519b210
[moe.git] / Makefile
1 # Makefile for MO-Eval sandbox
2 # (c) 2008 Martin Mares <mj@ucw.cz>
3
4 DIRS+=box
5 PROGS+=$(o)/box/box
6
7 $(o)/box/box: $(o)/box/box.o
8 $(o)/box/box.o: $(o)/box/syscall-table.h
9
10 $(o)/box/syscall-table.h: $(s)/box/mk-syscall-table
11         sh $^ >$@