1C_SOURCES := main.c 2 3all: stripped.out 4 5stripped.out : a.out 6 $(STRIP) a.out -o stripped.out 7 8include Makefile.rules 9
1C_SOURCES := main.c 2 3all: stripped.out 4 5stripped.out : a.out 6 $(STRIP) a.out -o stripped.out 7 8include Makefile.rules 9