2022-05-18 18:27:00 +08:00

9 lines
76 B
Makefile

all: elf.o
CFLAGS += -I .
elf.o: elf.c
gcc $(CFLAGS) -c elf.c -o elf.o