|
0e1400fb80
|
Makefile: make proper use of printf
|
2024-11-20 02:28:09 +03:00 |
|
|
9ed42aa338
|
Makefile: fix test file name
|
2024-11-20 02:28:09 +03:00 |
|
|
cb8c06286c
|
rename test_files directory to test-files
|
2024-09-22 12:33:25 +03:00 |
|
|
ee1dff912b
|
downgrade POSIX C source version to 2001-12
Implement `strdup` to not require version 2008-09
|
2024-08-06 23:04:20 +03:00 |
|
|
a881b80a2b
|
simplify arguments
|
2024-08-06 16:03:57 +03:00 |
|
|
c3116772a0
|
Makefile: do not use echo
Always use `printf --` instead
|
2024-07-09 00:20:28 +03:00 |
|
|
3f3913fe3a
|
Makefile: target distclean : also run testclean
Add the target `testclean` as a prerequisite for the target `distclean`
|
2024-07-09 00:15:35 +03:00 |
|
|
06510ce7f1
|
refactor: move testing script into Makefile
|
2024-07-08 22:12:19 +03:00 |
|
|
7eb1d1dbdf
|
Makefile: add target testclean
|
2024-07-08 21:07:14 +03:00 |
|
|
f0169f57e6
|
Makefile: extract variable of removed files and directories
|
2024-07-08 21:05:11 +03:00 |
|
|
f4726c1d27
|
Makefile: add target distclean
|
2024-07-08 21:04:41 +03:00 |
|
|
5a5d10b67d
|
Makefile: remove multiple directories in one call
|
2024-07-08 20:58:22 +03:00 |
|
|
d404c4ff3a
|
Makefile: generate executable file name alternatively
|
2024-07-08 20:50:46 +03:00 |
|
|
106646a98f
|
Makefile: add POSIX macro to CFLAGS
Declare macro `_POSIX_C_SOURCE` to `200809L` during compilation
|
2024-07-07 01:08:41 +03:00 |
|
|
cccde99e80
|
initial codebase upload
|
2024-07-07 00:48:23 +03:00 |
|