Makefile 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 C_SOURCES = main.c include Makefile.rules all: a.out.dSYM hide.app/Contents/a.out.dSYM hide.app/Contents/a.out.dSYM: mkdir hide.app mkdir hide.app/Contents mv a.out.dSYM hide.app/Contents strip -x a.out ifneq "$(CODESIGN)" "" $(CODESIGN) -fs - a.out endif