mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 13:54:36 +00:00
[PR #48] [CLOSED] Global and Local Makefiles added #265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/48
Author: @ankitrgadiya
Created: 9/29/2017
Status: ❌ Closed
Base:
master← Head:feat/Makefile📝 Commits (1)
4dbba9bGlobal 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.