We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da68b6 commit d9dd8a0Copy full SHA for d9dd8a0
0x00-hello_world/0-preprocessor
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-make $CFILE
+gcc -E $CFILE > c
0 commit comments