diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-11-21 08:20:51 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-11-21 08:20:51 +0100 |
| commit | eeaf62eba40b81604c1208d4d74bdeebfccd6e15 (patch) | |
| tree | b284900f85c88c7442b2f54af027b37c4fa94f34 /Makefile | |
| parent | 036663873024fb364a913d01c101bac1c733e629 (diff) | |
| download | bfc-eeaf62eba40b81604c1208d4d74bdeebfccd6e15.tar.gz bfc-eeaf62eba40b81604c1208d4d74bdeebfccd6e15.tar.bz2 bfc-eeaf62eba40b81604c1208d4d74bdeebfccd6e15.zip | |
Fixing #1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC = gcc -CCFLAGS = -Wall -Wextra +CCFLAGS = -Wall -Wextra -std=c99 NASM = nasm ifeq ($(shell uname),Linux) |
