Skip to content

Commit 1d3af18

Browse files
committed
rename to better reflect the type of semaphore used
1 parent 1a209f2 commit 1d3af18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

semaphores/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
PROGS=sem \
1+
PROGS=posix-unnamed-sem \
22
talking-heads
33

44
all: $(PROGS)
55

6-
sem: sem.o
6+
posix-unnamed-sem: posix-unnamed-sem.o
77
$(CC) -o $@ $^ -lpthread
88

99
talking-heads: talking-heads.o
File renamed without changes.

0 commit comments

Comments
 (0)