1# Example: 2# 3# C_SOURCES := b.c 4# EXE := b.out 5 6ifndef PIE 7 LD_EXTRAS := -no-pie 8endif 9 10include Makefile.rules 11