File: Makefile

package info (click to toggle)
file-kanji 1.1-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: ansic: 2,190; 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