Just messing with makefiles

Related tags

Build Systems 42make
Overview

42 Make

Just messing with makefiles. Contributions are welcome

preview

how to use ?

wget https://raw.githubusercontent.com/tmatis/42make/master/Makefile

And configure these field:

image

if you have tty error on workflows

add NOVISU=1 as argument to your makefile:

make NOVISU=1 

if you want to list all .cpp file

find . -type f | grep '.cpp' 
You might also like...
This project aims to simplify creation of basic Arduino programs by just editing a UI on Android.
This project aims to simplify creation of basic Arduino programs by just editing a UI on Android.

ArdUI A video explanation If you are more a fun of video explanation go to this youtube video Project aim This project aims to simplify creation of ba

Serialization framework for Unreal Engine Property System that just works!

DataConfig Serialization framework for Unreal Engine Property System that just works! Unreal Engine features a powerful Property System which implemen

Just a really cool scheme made from a really good palette from a really decent background.
Just a really cool scheme made from a really good palette from a really decent background.

LetsHaveKiddos | Royalty Just a really cool scheme made from a really good palette from a really decent background. Honorable mentions The dunst notif

A header-only, unobtrusive, almighty alternative to the C++ switch statement that looks just like the original.

uberswitch A header-only, unobtrusive, almighty alternative to the C++ switch statement that looks just like the original. Sample usage (incomplete -

Program will decode a PNG file into an array and apply the gaussian blur filter. Blurring an image reduces noise by taking the average RGB values around a specific pixel and setting it’s RGB to the mean values you’ve just calculated.
Just me learning how to do certain data structures in C

data_structures_c Just me learning how to do certain data structures in C Currently implemented data structures Hash table Associative array lookup in

Just loop forever, with sleep for specified seconds

loopever Just loop forever, with sleep for specified time Build & Install $ mkdkir build $ cd build $ cmake .. $ make $ make install Run $ loopever 0

Just storing all my codes in Rust here (learning)

Rust-Dump I am learning Rust in 2021, and this will take some time. The end goal is to be able to understand the codebase of PopOS and contribute. I'l

Wtf Riot? I just want to close League of Legends and live my life. Leave me alone. F*ck corporate adware.

RiotKiller Wtf Riot? Anyways... This application launches League of Legends by calling RiotClientServices.exe --launch-product=league_of_legends --lau

Just a mod for a game named Friday Night Funkin'
Just a mod for a game named Friday Night Funkin'

Friday Night Funkin': Kade Engine Friday Night Funkin' Friday Night Funkin' is a rhythm game originally made for Ludum Dare 47 "Stuck In a Loop". Link

Just a repository convenient for reviewing and retrieval practice.

The-art-of-multiprocessor-programming Purpose Just a repository convenient for reviewing and retrieval practice. The architecture of this repository(H

Submit Just 4 PRs to earn SWAGS and T-shirts 🥳
Submit Just 4 PRs to earn SWAGS and T-shirts 🥳

Follow US: Dhananjay Porwal | Avinash Kumar | Devansh Lodhi | Apoorva Vairagi Official Telegram Group: Join Now Remember: SHARING IS CARING ✨ STEP 1:

A c++ file just to show how can we change color of Background and Text in C++...

A c++ file just to show how can we change color of Background and Text in C++...

Just a password tool that I make for fun and the sake of my fascination

Note I made this in 1 day and I only have 1 years of experience, feel free to critique my spaghetti of a code. And if 15 chars of password isn't enoug

A template to build a 3DS firmware binary which just has an Arm9 section

minifirm A template to build a 3DS firmware binary which just has an Arm9 section. Install dependencies $ sudo apt install gcc-arm-none-eabi binutils-

Just old way to decompile

Decompiler Just old way to decompile What is this? This is a luau decompiler that i wrote in around october 2020 The idea behind it was, Instruction t

This is an upgrade to the initial TerminalOS source, supporting real hardware other than just QEMU, using GRUB as a bootloader instead of the crappy one i wrote

Terminal OS Author: Maheswaran Date: 20th Nov 2021 PROGRESS Multiboot compilance achieved VGA driver from complete with print_hex, print_dec, printf f

An embeddable programming language just for fun

hm3 A vapourware minimalist statically typed 'glue language' that can be embedded in C/C++/Rust projects. The implementation aims to capture the essen

Just getting started with Data Structure and Algorithms? Make your first contribution here and start the journey of learning DSA.

Getting Started ! ✨ If you are just beginning with open source then let's make your first contribution in this repository ! Contributing Tutorial 📃 P

Comments
  • Deps support

    Deps support

    Créer des fichiers .d contenant les headers lié aux .o. Recrée les .o en cas de changement dans les headers.

    ToDo:

    • La progress bar n'affiche pas le bon nombre total de fichier changé (FILE_TOTAL @ draw_bar).
    • Le dossier objs/ n'est pas forcément conforme et pourrais être un dossier .deps/ ou deps/.
    opened by c3b5aw 1
  • Update AUTHOR line because I get an error

    Update AUTHOR line because I get an error

    Got

    head: illegal byte count -- -1
    sed: illegal option -- z
    usage: sed script [-Ealnru] [-i extension] [file ...]
            sed [-Ealnu] [-i extension] [-e script] ... [-f script_file] ... [file ...]
    

    on macos 11.6

    Capture d’écran 2021-10-01 à 17 24 18

    opened by Nimon77 0
  • Fix .git vide

    Fix .git vide

    Fix contre les dossiers git qui viennent d'etre initialisé. Finalement, il ne faut pas être dans un dossier git mais dans un dossier git qui contient un HEAD. (donc au moins un commit) L'information n'est pas nécessaire pour le reste du makefile, la variable n'a pas à être allouée.

    opened by c3b5aw 0
  • Ajout dynamique

    Ajout dynamique

    HASH IS_GIT_DIRECTORY

    Si dossier git, récupération des auteurs, date et hash du dernier commit.

    Le header contient un switch si le HASH est vide.

    Incertain concernant la déclaration d'une variable vide (HASH) dans un makefile.

    opened by c3b5aw 0
Owner
tmatis
Student @42paris
tmatis
Distributed (Deep) Machine Learning Community 682 Dec 28, 2022
Just a fun little project to learn how to render Bézier Curves.

Bézier Curve Just a fun little project to learn how to render Bézier Curves. CPU implementation GPU implementation Screencasts Thumbnail Link Coding B

Tsoding 18 Dec 17, 2022
BingBing 60 Dec 15, 2022
Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.

Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.

John Davidson 1.3k Jan 8, 2023
WIP: ESP32 powered robot dog, quadruped robot. This is just code, hardware in the other repositories

Small Robot dog (quadruped) Hardware ESP32 IMU (not implemented) 12 servos TowerPro mg90d (hope it will work) Two 18650 Software Arduino IDE compatibl

Gleb Devyatkin 74 Dec 22, 2022
This is an experimental OS-from-scratch project. Just for demonstration, not useful at all.

OS Playground This is an experimental OS-from-scratch project. Just for demonstration, not useful at all. Different from OS in other projects, this OS

null 5 Nov 5, 2022
Creating CLI's just got a whole lot better

Staq Creating CLI's just got a whole lot better. Don't worry about CLI colouring, networking, Size of Executables, Speed ever again Have any doubts? R

null 9 Jun 1, 2021
StringCheese is a CTF tool to solve easy challenges automatically in many cases where a strings | grep is just not enough

StringCheese StringCheese is a script written in Python to extract CTF flags (or any other pattern with a prefix) automatically. It works like a simpl

Mathis HAMMEL 62 Nov 30, 2022
This repo is just for fun while playing with some OOP constructions in C

c-oop This repo is just for fun while playing with some OOP constructions in C. As it is not intended to be of any OOP reference of implementation it

Charly Batista 3 Jun 22, 2021
Just a basic Offsets and Netvar dumper for Apex Legends

Not much to say just an Apex Legends Offsets + Netvar Dumper, it should survive some game updates and also it gave to you almost all you need to updat

dhanax26 59 Dec 31, 2022