Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469812
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 1-8 Link Here
1
1
2
CFLAGS ?= -O2 -Wall
2
CFLAGS ?= -O2 -Wall
3
3
4
4
all: wait_on_pid
5
all: wait_on_pid
5
6
7
wait_on_pid: wait_on_pid.c
8
	$(CC) $(CFLAGS) $(LDFLAGS) -o wait_on_pid wait_on_pid.c
9
6
clean:
10
clean:
7
	rm -f wait_on_pid
11
	rm -f wait_on_pid
8
12

Return to bug 469812