1 CCOPTS := --std=gnu99 -Wall -Werror -O3 2 3 all: 4 cc $(CCOPTS) main.c -o fd-enum
Generated by cgit