summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 21:59:59 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 21:59:59 -0400
commit74bfb0f36c0dd7491c8236ac10d15fb5c6098b90 (patch)
tree8e2ae9b445bcb5ed8a749a1e255b55a5ba7ce186 /Makefile
parentf3a4f28b520d8652c179c566d17884476c9de2a8 (diff)
Makefile: Add dunno.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa2caa6..4b68aac 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@
VENV_DIR=/usr/local/virtualenv/.dingy
VENV_CMD=virtualenv-3
+dunno:
+ @echo "Give me somepin to make"
dev:
pip install -r requirements.txt