aboutsummaryrefslogtreecommitdiff
path: root/c/cloexec/Makefile
blob: 1c57a62be95714e0594f57a592096337f20d6498 (plain) (blame)
1
2
3
4
5
6
7
8
include ../base.mk

all: cloexec
cloexec: cloexec.c
	$(CC) $(CFLAGS) -o $@ $<

clean:
	rm -f cloexec