Skip to content

Commit d6b6c83

Browse files
author
njanin
committed
Fix check target in Makefile
1 parent fc45b54 commit d6b6c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OBJ = spstring.o demo.o
99
demo: $(OBJ)
1010
$(CC) -o $@ $^ $(CFLAGS)
1111

12-
check:
12+
check: demo
1313
./demo
1414

1515
clean:

0 commit comments

Comments
 (0)