Skip to content

Commit 61ff419

Browse files
committed
Fix Makefiles
1 parent bfc593f commit 61ff419

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build-scripts:
103103
build: SUBDIRS= lib misc-tools
104104
domserver: SUBDIRS=etc sql misc-tools webapp
105105
install-domserver: SUBDIRS=etc lib sql misc-tools webapp example_problems
106-
judgehost: SUBDIRS=etc judge misc-tools
106+
judgehost: SUBDIRS=etc lib judge misc-tools
107107
install-judgehost: SUBDIRS=etc lib judge misc-tools
108108
docs: SUBDIRS= doc
109109
install-docs: SUBDIRS= doc

lib/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ include $(TOPDIR)/Makefile.global
55

66
OBJECTS = $(addsuffix $(OBJEXT),lib.error lib.misc)
77

8-
build: $(OBJECTS) libcgroup
8+
build: $(OBJECTS)
9+
10+
judgehost: libcgroup
911

1012
libcgroup:
1113
$(MAKE) -C libcgroup-3.1.0

0 commit comments

Comments
 (0)