Browse Source

Added C11 flag to makefile

main
Titouan Rigoudy 11 years ago
parent
commit
7d4b46b17d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arithmetic_progressions/Makefile

+ 1
- 1
arithmetic_progressions/Makefile View File

@ -1,6 +1,6 @@
# Rudimetary makefile
CC=gcc
CFLAGS= -ggdb
CFLAGS= -ggdb --std=c11
all: ap


Loading…
Cancel
Save