1# Example:2#3# C_SOURCES := b.c4# EXE := b.out5 6ifndef PIE7 LD_EXTRAS := -no-pie8endif9 10include Makefile.rules11