File: MRULES

package info (click to toggle)
netkit-bootparamd 0.17-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: ansic: 511; makefile: 53; sh: 31
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (131)
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