Browse Source

Remove implicit `make dep` from `make`

tags/v0.6.2
Andrew Belt 6 years ago
parent
commit
eb3c0edea6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -50,7 +50,7 @@ endif

# Convenience targets

all: dep $(TARGET)
all: $(TARGET)

dep:
$(MAKE) -C dep


Loading…
Cancel
Save