jw-python/test/parse-opts/Makefile
Jan Lindemann 1ffdb8728a Add class Options
The Options constructor takes an options string, parses it and
makes the options available via __getitem__().

Signed-off-by: Jan Lindemann <jan@janware.com>
2022-12-01 14:29:01 +01:00

5 lines
81 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/py-run.mk