We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc45b54 commit d6b6c83Copy full SHA for d6b6c83
Makefile
@@ -9,7 +9,7 @@ OBJ = spstring.o demo.o
9
demo: $(OBJ)
10
$(CC) -o $@ $^ $(CFLAGS)
11
12
-check:
+check: demo
13
./demo
14
15
clean:
0 commit comments