blob: 6e51efd77ae5a3d3afa7c7e7cf38cccf7be8b100 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Out = grapes.o
Obj = gc/syscall.o \
gc/mem.o gc/shm.o \
std/mutex.o std/string.o std/stdio.o \
start.o
include ../common.make
CFLAGS = -I../include
LDFLAGS += -r
|