Name executable .elf
This commit is contained in:
parent
50fc21b59c
commit
28af27980a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -O2
|
CFLAGS = -Wall -O2
|
||||||
|
|
||||||
TARGET = main
|
TARGET = main.elf
|
||||||
SRC = main.c
|
SRC = main.c
|
||||||
|
|
||||||
#LDFLAGS =
|
#LDFLAGS =
|
||||||
|
|
Loading…
Add table
Reference in a new issue