[PR #48] [CLOSED] Global and Local Makefiles added #265

Open
opened 2026-01-29 15:10:49 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/48
Author: @ankitrgadiya
Created: 9/29/2017
Status: Closed

Base: masterHead: feat/Makefile


📝 Commits (1)

  • 4dbba9b Global and Local Makefiles added

📊 Changes

13 files changed (+215 additions, -0 deletions)

View changed files

Computer Oriented Statistical Methods/Makefile (+28 -0)
Conversions/Makefile (+11 -0)
Makefile (+25 -0)
Searches/Makefile (+14 -0)
Sorts/Makefile (+15 -0)
conversions/Makefile (+14 -0)
data_structures/Makefile (+24 -0)
data_structures/Trie/Makefile (+14 -0)
data_structures/binary_trees/Makefile (+14 -0)
data_structures/linked_list/Makefile (+14 -0)
misc/Makefile (+14 -0)
searching/Makefile (+14 -0)
sorting/Makefile (+14 -0)

📄 Description

Makefiles added in all directories in order to compile with ease using Travis CI

Few source file names have space in them and so I explicitly specified them in Makefile.
#42


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/48 **Author:** [@ankitrgadiya](https://github.com/ankitrgadiya) **Created:** 9/29/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/Makefile` --- ### 📝 Commits (1) - [`4dbba9b`](https://github.com/TheAlgorithms/C/commit/4dbba9b63a98e3fbdfa624b7be3de5fecbc172a6) Global and Local Makefiles added ### 📊 Changes **13 files changed** (+215 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Computer Oriented Statistical Methods/Makefile` (+28 -0) ➕ `Conversions/Makefile` (+11 -0) ➕ `Makefile` (+25 -0) ➕ `Searches/Makefile` (+14 -0) ➕ `Sorts/Makefile` (+15 -0) ➕ `conversions/Makefile` (+14 -0) ➕ `data_structures/Makefile` (+24 -0) ➕ `data_structures/Trie/Makefile` (+14 -0) ➕ `data_structures/binary_trees/Makefile` (+14 -0) ➕ `data_structures/linked_list/Makefile` (+14 -0) ➕ `misc/Makefile` (+14 -0) ➕ `searching/Makefile` (+14 -0) ➕ `sorting/Makefile` (+14 -0) </details> ### 📄 Description Makefiles added in all directories in order to compile with ease using Travis CI Few source file names have space in them and so I explicitly specified them in Makefile. #42 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:10:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#265