Name executable .elf

This commit is contained in:
Imbus 2025-05-23 17:44:40 +02:00
parent 50fc21b59c
commit 28af27980a

View file

@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -O2
TARGET = main
TARGET = main.elf
SRC = main.c
#LDFLAGS =