We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc593f commit 61ff419Copy full SHA for 61ff419
Makefile
@@ -103,7 +103,7 @@ build-scripts:
103
build: SUBDIRS= lib misc-tools
104
domserver: SUBDIRS=etc sql misc-tools webapp
105
install-domserver: SUBDIRS=etc lib sql misc-tools webapp example_problems
106
-judgehost: SUBDIRS=etc judge misc-tools
+judgehost: SUBDIRS=etc lib judge misc-tools
107
install-judgehost: SUBDIRS=etc lib judge misc-tools
108
docs: SUBDIRS= doc
109
install-docs: SUBDIRS= doc
lib/Makefile
@@ -5,7 +5,9 @@ include $(TOPDIR)/Makefile.global
5
6
OBJECTS = $(addsuffix $(OBJEXT),lib.error lib.misc)
7
8
-build: $(OBJECTS) libcgroup
+build: $(OBJECTS)
9
+
10
+judgehost: libcgroup
11
12
libcgroup:
13
$(MAKE) -C libcgroup-3.1.0
0 commit comments