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