diff options
Diffstat (limited to 'makefile')
-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." |