Makefile 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 OBJC_SOURCES := static.m LD_EXTRAS := -lobjc -framework Foundation default: a.out.stripped a.out.stripped: a.out.dSYM strip -o a.out.stripped a.out ln -sf a.out.dSYM a.out.stripped.dSYM include Makefile.rules