mirror of
https://github.com/xythrez/RustMP.git
synced 2025-09-02 13:02:35 +00:00
Updated README, fixed circular dependency in makefile
This commit is contained in:
parent
4bb34fa294
commit
8b5bf87aab
2 changed files with 12 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue