File: Makefile

package info (click to toggle)
paml 4.8%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 10,164 kB
  • ctags: 2,300
  • sloc: ansic: 25,770; xml: 4,486; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

all install build:
	echo "Executing make $@ in src directory, instead."
	make -C src $@

clean:
	echo "Cleaning binaries"
	rm -f $(find src -name "*.c" | sed -e 's/.c$//')