summaryrefslogtreecommitdiff
path: root/Servers/SystemServer/Makefile
blob: 6fcf27cd78a75bd2a82918a6e07b810abfe8d412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OBJS = \
    Service.o \
    main.o

PROGRAM = SystemServer

LDFLAGS = -lcore -lc

install:
	mkdir -p ../../Root/usr/include/SystemServer/
	cp *.h ../../Root/usr/include/SystemServer/

include ../../Makefile.common