spinning cv example too

This commit is contained in:
Remzi Arpaci-Dusseau
2019-04-29 14:42:03 -05:00
parent a2d7e3595d
commit 606f0e004f
2 changed files with 25 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ CC := gcc
CFLAGS := -Wall -Werror -I../include
SRCS := join.c \
join_spin.c \
join_modular.c
OBJS := ${SRCS:c=o}