Makefile 101 Bytes Raw Blame History Permalink 1 2 3 4 5 C_SOURCES := myshell.c CFLAGS_EXTRAS := -g0 # No debug info. MAKE_DSYM := NO include Makefile.rules