File: MRULES

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

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

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