blob: 13bc164582eeeec414f1ea88c8106448849a4bfd [file] [log] [blame]
C_SOURCES := main.c
all: stripped.out
stripped.out : a.out
$(STRIP) a.out -o stripped.out
include Makefile.rules