summaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: b91a4ac3a04c0f2b36806ca695d38f0cb84465cb (plain)
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__/