We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e46e4 commit dd3c568Copy full SHA for dd3c568
Makefile
@@ -37,7 +37,7 @@ $(LIB)/libstackman.a: lib $(obj)
37
38
.PHONY: lib clean
39
lib:
40
- mkdir -p $(LIB)
+ mkdir -p $(LIB) bin
41
42
clean:
43
rm -f src/*.o tests/*.o
0 commit comments