1 2 3 4 5 6 7 8 9
notes: notes.c $(CC) -o $@ $+ $(CFLAGS) $(LDFLAGS) $(LDLIBS) check: notes python3 -m pytest test.py clean: rm -f notes rm -rf __pycache__/