File: Makefile

package info (click to toggle)
package-notes 0.17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: python: 218; perl: 97; ansic: 41; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
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__/