prog/c: Add tools

This commit is contained in:
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

View file

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