DEBSOURCES
Skip Quicknav
sources / package-notes / 0.17 / test / Makefile
123456789
notes: notes.c $(CC) -o $@ $+ $(CFLAGS) $(LDFLAGS) $(LDLIBS) check: notes python3 -m pytest test.py clean: rm -f notes rm -rf __pycache__/