Updated README, fixed circular dependency in makefile

This commit is contained in:
Jack Yu 2021-05-04 02:41:04 -04:00 committed by Yiyao Yu
commit 8b5bf87aab
2 changed files with 12 additions and 5 deletions

View file

@ -42,8 +42,6 @@ $(BLDDIR)/$(BIN_OMP): $(BLDDIR) $(SRCS)
$(BLDDIR)/$(BIN_OMP_SAFE): $(BLDDIR) $(SRCS)
$(CC) $(CFLAGS_OMP_SAFE) $(SRCS) -o $@
build: all
$(BLDDIR):
@mkdir -p $(BLDDIR)