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

all: atexit
atexit: main.c
	$(CC) $(CFLAGS) -lpthread -o $@ $<

clean:
	rm -f atexit