futzing with relationship between switch/case and labels

This commit is contained in:
Dan Buch
2011-06-18 15:06:29 -04:00
parent 79436cc731
commit b1172d6c6e
4 changed files with 60 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
CD = cd
RM = rm -v
CFLAGS := -std=c99
CC := gcc
CFLAGS := -std=c99 -Wall
export CD RM CFLAGS