hackersatcambridge / workshop-make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Make

Introduction

Beginner and experienced developers alike want to build cool applications, tools, and products. A build system is helps to manage the compile and linking process when preparing to test or distribute your code.

Let's get started! Notes are here


This is a Hackers at Cambridge workshop. This repository holds all the content to the workshop but the best way to view the content is on our website. Go to:

hackersatcambridge.com/workshops/workshop-make

About


Languages

Language:C 60.5%Language:Makefile 39.5%