blob: acd6c56470b6fdf122cd4513f10b8833fe4a97f2 [file]
C_SOURCES := main.c
DYLIB_NAME := a
DYLIB_C_SOURCES := a.c
ifndef PIE
LD_EXTRAS := -no-pie
endif
include Makefile.rules