summaryrefslogtreecommitdiff
path: root/src/library/Makefile
blob: ac585f576937608d2de7f2a2fd0d04a8fc7d4686 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Out = grapes.o
Obj = gc/syscall.o gc/server.o \
	  gm/call.o gm/call/manager.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