[go: up one dir, main page]

File: Makefile

package info (click to toggle)
file-kanji 1.1-16
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 148 kB
  • ctags: 190
  • sloc: ansic: 1,529; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#
#CFLAGS	= -g

all	: file2

file2	: file2.o
	cc -o file2 file2.o