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

3396 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
01:52

Introduction to Packages in Java

2383 views
00:45

Choosing a Remote Machine for SSH

2542 views
02:00

Java NIO - Server Select Loop

1948 views
01:58

Hadoop - Environment Setup

3143 views
02:23

Zip Files in Linux

1391 views
03:04

REMIX: A web-based IDE for SOLIDITY

1237 views
03:54

Remote SSH Using VS Code

3730 views
02:06

Installing the SLF4J Maven Dependency

1772 views
02:00

Basic Git Tutorial Part 1: Set-up and Committing Files

2009 views
03:05

Run Script for C Programs

2074 views
02:01

Docker volumes for data persistence

1547 views
02:07

Opening a File in C

1062 views
01:18

Using PuTTY to SSH

2266 views
01:43

Factory Design Patterns

1803 views
00:58

Remote Login From Mac OSX via SSH

2669 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