Serialize link steps so make -j works (necessary because of -frepo)
This commit is contained in:
@@ -12,8 +12,8 @@ all: $(executables)
|
||||
parse: parse.o $(objects)
|
||||
$(CXX) $(CXXFLAGS) -o $@ $+ $(LIBS)
|
||||
|
||||
termemu: termemu.o $(objects)
|
||||
$(CXX) $(CXXFLAGS) -o $@ $+ $(LIBS)
|
||||
termemu: termemu.o $(objects) parse # serialize link steps because of -frepo
|
||||
$(CXX) $(CXXFLAGS) -o $@ termemu.o $(objects) $(LIBS)
|
||||
|
||||
templates.o: templates.cpp
|
||||
$(CXX) $(CXXFLAGS) -frepo -c -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user