Fix phony in Makefile

This commit is contained in:
Mia von Steinkirch, PhD, MSc 2020-02-10 11:38:04 -08:00 committed by GitHub
parent 57707d1111
commit 152ea60e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
.PHONY: clean-pyc
.PHONY: clean-pyc clean-dit clean test dist version
default: test