File: Makefile

package info (click to toggle)
librandombytes 0~20240318-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: ansic: 411; python: 340; sh: 137; makefile: 28
file content (8 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
default:
	cd build && $(MAKE)

install:
	cd build && $(MAKE) install

clean:
	cd build && $(MAKE) clean