]> mj.ucw.cz Git - moe.git/blob - box/Makefile
Writing status uses dump
[moe.git] / box / 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 $^ >$@