1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-09-19 02:25:33 +05:30
Commit Graph

12 Commits

Author SHA1 Message Date
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