File: MRULES

package info (click to toggle)
netkit-tftp 0.17-22
  • links: PTS
  • area: main
  • in suites: buster
  • size: 420 kB
  • sloc: ansic: 1,663; makefile: 47; sh: 25
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (125)
1
2
3
4
5
6
7
8
# Standard compilation rules (don't use make builtins)

%.o: %.c
	$(CC) $(CFLAGS) $< -c

%.o: %.cc
	$(CC) $(CFLAGS) $< -c