add c03
This commit is contained in:
parent
5ae2d6fb6c
commit
69ffe43f1d
1
Makefile
1
Makefile
@ -9,6 +9,7 @@ CFLAGS_MANDATORY := -Wall -Wextra -Werror
|
||||
all_builds := $(foreach e, 00 01 02 03 04 05 06 07 08, build/c00/ex$e) \
|
||||
$(foreach e, 00 01 02 03 04 05 06 07 08, build/c01/ex$e) \
|
||||
$(foreach e, 00 01 02 03 04 05 06 07 08 09 10 11 12, build/c02/ex$e) \
|
||||
$(foreach e, 00 01 02 03 04 05, build/c03/ex$e) \
|
||||
|
||||
MAKEFLAGS := -k
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user