Makefile 130 B

12345
  1. # SPDX-License-Identifier: GPL-2.0
  2. CFLAGS += -Wl,-no-as-needed -Wall -I../../usr/include
  3. example: example.o
  4. example.o: example.c