prog/c: Add tools

master
Simon Bruder 2020-02-23 10:23:06 +00:00
parent 8443f7cd7e
commit 26396e1ce4
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
---
- name: install c libraries
- name: install c dev tools and libraries
apt:
name:
- build-essential
- clang-tidy
- cmake
state: present