Skip to content

Commit

Permalink
[UPDATE] Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Apr 11, 2015
1 parent c003391 commit ee1443c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ download:
clean-data:
$(MAKE) -C data clean

print-%:
@echo $*=$($*)

.PHONY: clean, all, download
.PHONY: all, clean, clean-data, download, print-%

0 comments on commit ee1443c

Please sign in to comment.