DragonOS/kernel/lib/libELF/Makefile

9 lines
76 B
Makefile
Raw Normal View History

2022-05-18 10:27:00 +00:00
all: elf.o
CFLAGS += -I .
elf.o: elf.c
gcc $(CFLAGS) -c elf.c -o elf.o