We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38228a4 commit aaeeefbCopy full SHA for aaeeefb
Makefile
@@ -0,0 +1,5 @@
1
+setup:
2
+ gcc -std=gnu99 -g -Wall -o smallsh smallsh.c
3
+
4
+clean:
5
+ rm smallsh
0 commit comments