Commit graph

11 commits

Author SHA1 Message Date
Raphael
d287180a85
build(make): adding the strdup to the makefile 2026-01-13 14:02:48 +01:00
Raphael
4a20982777
build(make): adding the debug flag -g 2025-12-13 13:35:45 +01:00
Raphael
6faf9d51a4
build(make): adding the strcpy assembly src to the makefile 2025-12-13 13:34:09 +01:00
Raphael
94f583ebe7
style(make): not compiling but assembling is more correct
- Yes, missing an actually emoji (go add it to unicode)
2025-12-12 00:11:55 +01:00
Raphael
e499bda7a1
build: adding the CFLAGS to compile on my server
- The -Wno-unused-result is not mandatory at 42 and is too long to catch
each time
2025-12-11 23:29:34 +01:00
Raphael
923dc8a6ca
build: adding the new functions (read / write) to the makefile 2025-12-11 23:10:53 +01:00
Raphael
e2672eeecd
build: adding the no-pie flag for errno_location 2025-12-11 23:10:22 +01:00
Raphael
f667e27396
build(test): now the test is using LDFlags 2025-12-09 12:35:07 +01:00
Raphael
d52f9299cd
fix(makefile): using hte test_compile rules in the test one 2025-12-08 15:13:37 +01:00
Raphael
a605101d97
build(make): adding the makefile of the project 2025-12-06 19:58:47 +01:00
Raphael
82875a9cde
build(make): init the make
This make is thinking to work w/ assembly
2025-11-30 20:16:56 +01:00