Colorado State University Colorado State University Colorado State University

Computer Science

Infospaces
Sign In
Home
All Videos
Playlists
Your browser does not support the video tag

Makefile for C Programs

4415 views
Published on Jan 18, 2023
This video demonstrates the Makefile for C development. Following is the Makefile used in the video. CC=gcc FILES=HelloWorld.c OUT_EXE = HelloWorld.out all: build build: $(FILES) $(CC) -o $(OUT_EXE) $(FILES) clean: rm -f *.o $(OUT_EXE)
Suggested Videos
00:31

Changing Your CS Password

1281 views
46:12

Term Projects: Why They Matter and How to Do It Right

2361 views
01:49

Finding and Using Multiple 120 Lab Machines

7010 views
01:55

Certificate Installation on MacOS with Google Chrome

1318 views
01:35

Development Environment using vsCode with Docker

3403 views
01:57

Windows: Installing a Local Web Server

1833 views
02:00

Running Storm jobs on IDE and cluster

2416 views
00:55

Testing RESTful API with Postman

3172 views
01:43

Internal Components of a Computer

1547 views
02:00

Hadoop Cluster Configuration

1104 views
04:46

CS250/CS280a1: HW1 Setup and Submission

1726 views
03:07

Intro to Aperture

2061 views
01:50

Basic Git Tutorial Part 3: Branches

2179 views
03:54

Remote SSH Using VS Code

7612 views
02:43

Implement a RESTful API with Spark

1939 views
Apply to CSU Contact CSU Disclaimer Equal Opportunity Privacy Statement
© 2020 Colorado State University - College of Natural Sciences, Fort Collins, CO 80523
Colorado State University