Fix Makefile.

This commit is contained in:
gus knight
2015-07-29 09:55:23 -04:00
parent 7f5b95ea32
commit 5a16f5ea98
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ SRC_DIR = src
.PHONY: default
default:
$(MAKE) -C $(SRC_DIR)
$(MAKE) -C $(SRC_DIR)
clean:
$(MAKE) -C $(SRC_DIR) clean
$(MAKE) -C $(SRC_DIR) clean