summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2022-01-08 20:18:28 -0600
committerDavid Beazley <dave@dabeaz.com>2022-01-08 20:18:28 -0600
commit4378de314b11d2bc75990194f1f3425c473f4e86 (patch)
tree9d5c88f96f1cf61a48acdca61873d2140b51dc77 /Makefile
parent1413aa2cdb99a2b0a39f74769c4c11110d2f9a76 (diff)
downloadply-4378de314b11d2bc75990194f1f3425c473f4e86.tar.gz
cleanup/project reorganization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b2ac0c0..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-PYTHON ?= python
-
-install:
- python install.py
-
-test:
- cd test && $(PYTHON) testlex.py
- cd test && $(PYTHON) testyacc.py
-
-.PHONY: install test