Skip to content

Commit

Permalink
updated submodules and fixed issue with Makefile: ActivityWatch#99 (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Feb 2, 2018
1 parent e5e4e73 commit 54ba373
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build
dist
__pycache__
.*cache
*.swp

.idea
venv*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SHELL := /usr/bin/env bash
# - `DEV=true` makes all `pip install` commands run with `--editable`.
# Removes the need to reinstall Python packages when working on them.
build:
if [ -d "aw-core/.git" ]; then \
if [ -e "aw-core/.git" ]; then \
echo "Submodules seem to already be initialized, continuing..."; \
else \
git submodule update --init --recursive; \
Expand Down
2 changes: 1 addition & 1 deletion aw-core
Submodule aw-core updated 1 files
+1 −1 requirements.txt
2 changes: 1 addition & 1 deletion aw-watcher-afk

0 comments on commit 54ba373

Please sign in to comment.