File: Makefile

package info (click to toggle)
sp800-90b-entropy-assessment 1.1.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,660 kB
  • sloc: cpp: 5,307; perl: 62; makefile: 51; sh: 19
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
all:
	cd cpp && $(MAKE) -e all

clean:
	cd cpp && $(MAKE) -e clean