CBuild

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

how to use cb to compile file.c

cb file

2
New cards

how to use cb to force a full recompilation of a file

cb --allclean welcome

3
New cards

how to use cb to clean all the build artefacts (object files and executables)

cb clean

4
New cards

how to use cb to compile and run file.c

cr file.c

5
New cards

how to see more information about cb

man cb in terminal