diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -O2 -std=C11 +CFLAGS = -O2 -std=c11 all: echo "You did it wrong, you're supposed to give me a file to compile." |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | makefile | 2 |
@@ -1,4 +1,4 @@ -CFLAGS = -O2 -std=C11 +CFLAGS = -O2 -std=c11 all: echo "You did it wrong, you're supposed to give me a file to compile." |