File: Makefile

package info (click to toggle)
seer 1.1.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,692 kB
  • sloc: cpp: 2,945; perl: 596; python: 122; makefile: 93; sh: 43
file content (10 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
all:
	./run_test.pl && touch tests_passed

clean:
	$(RM) *.o ~* tests_passed

test: all

.PHONY: all clean install test