arc/fbsize/Makefile
AuxXxilium ab40ee4e8e arc: fix links
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-05-11 15:02:29 +02:00

10 lines
93 B
Makefile
Executable File

CFLAGS = -Wall -pedantic
all: fbsize
fbsize: main.o
cc -o $@ $^
clean:
rm -f fbsize *.o