blob: 1f932972b76a84b4789bf673c13844082275121e [file] [edit]
C_SOURCES := main.c
ifeq "$(OS)" "Windows_NT"
# Embed a symbol table in the executable.
LD_EXTRAS := -Wl,/debug:symtab
endif
include Makefile.rules