blob: aff841c364299c9ba46bf16f9e9f930aa441e9fb [file]
C_SOURCES := main.c
all: stripped.out
stripped.out : a.out
strip a.out -o stripped.out
include Makefile.rules