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

PROGRAM = SystemServer

LIB_DEPS = Core

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

include ../../Makefile.common