Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ all : $(SUBDIR)
$(SUBDIR) :
make -j4 -C $@

# Every other directory links ../lib/libcom.a, so a parallel top-level make
# (make -jN) must finish lib first.
$(filter-out lib,$(SUBDIR)) : lib

install :
@mkdir -p ../bin/
mv arsig/arsig lsq/lsq tedit/tedit redig/redig orbit/sp3orb spp/spp otl/otl mhm/mhm \
Expand Down