File: Makefile

package info (click to toggle)
file-kanji 1.1-20
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 180 kB
  • sloc: ansic: 1,529; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#
#CFLAGS	= -g

all	: file2

file2	: file2.o
	$(CC) $(LDFLAGS) -o file2 file2.o