C_SOURCES := main.c
all: stripped.out
stripped.out : a.out
$(STRIP) a.out -o stripped.out
include Makefile.rules
C_SOURCES := main.c
all: stripped.out
stripped.out : a.out
$(STRIP) a.out -o stripped.out
include Makefile.rules