69 Commits

Author SHA1 Message Date
6603fed5c8
added core to OUTPUT_APP_CORE 2023-02-08 14:38:20 +01:00
dbddaf75e2
renamed OUTPUT_APP flag to OUTPUT_APP_CORE 2023-02-08 14:24:07 +01:00
7ba349ccd6
renamed app rule to appCore 2023-02-08 14:22:01 +01:00
cf68d52e4c
made LIBS_LOGGER more variable 2023-02-08 09:45:39 +01:00
da25700f11
implemented misc.c movement in makefile 2023-01-29 19:46:29 +01:00
d01dc9dc47
added debug flag to CFLAGS 2023-01-27 14:26:37 +01:00
b71bab6749
added vgcores to clean rule 2023-01-06 15:25:57 +01:00
900cde63ca
moved some makefile variables on better place
smart yk
2023-01-06 15:20:39 +01:00
f04cfb8ad4
added missing libwhy2 into testLogger rule 2022-12-09 17:46:57 +01:00
5681a17a5e
added optimalisation to CFLAGS 2022-12-04 18:59:50 +01:00
f71647e0ff
added license at top of every file
I mean, the files where it is possible
2022-12-04 18:55:13 +01:00
e719c2c4bd
added cleaning logs into clean rule 2022-11-18 19:53:26 +01:00
33c85264de
created LOGS variable 2022-11-18 19:52:57 +01:00
6678266bf7
changed C version to gnu11 2022-11-18 19:23:22 +01:00
4bb59919ed
fixed wrong undefined reference error
omfg I forgot to change library name in testLogger [definetly wasn't freaking out and searching for the error for like 30 minutes]
2022-11-18 18:00:15 +01:00
5d844aa985
added testLogger into installTest 2022-11-18 17:45:18 +01:00
cb9d30e771
path typo fix 2022-11-18 17:43:53 +01:00
9eeece3d78
created testLogger rule 2022-11-18 17:43:26 +01:00
c840121a47
created OUTPUT_TEST_LOGGER variable 2022-11-18 17:41:20 +01:00
fda5a2391d
added core to OUTPUT_TEST_CORE 2022-11-18 17:39:50 +01:00
e36705bffc
renamed OUTPUT_TEST to OUTPUT_TEST_CORE 2022-11-18 17:39:00 +01:00
855d120fde
created TEST_LOGGER variable 2022-11-18 17:34:47 +01:00
96d7e986da
fixed cleaning 2022-11-18 17:24:30 +01:00
83a19851b5
renamed test to testCore 2022-11-18 16:40:25 +01:00
8e65739627
added installLibLogger into install 2022-11-18 16:35:22 +01:00
fa75b942ae
created installLibLogger rule 2022-11-18 16:34:10 +01:00
173c570c6b
created buildLibLogger rule 2022-11-18 16:33:07 +01:00
7f2fa26b9c
created LIBS_LOGGER variable 2022-11-18 16:32:02 +01:00
fc997cd047
added missing lib into SRC_LOGGER's path 2022-11-18 16:30:55 +01:00
b1b8b97c29
added missing core to TEST_CORE's path 2022-11-18 16:28:57 +01:00
7df95e4535
renamed TEST to TEST_CORE 2022-11-18 16:27:52 +01:00
4310a9de9a
renamed LIBS to LIBS_CORE 2022-11-18 16:26:56 +01:00
4aa864ee2c
renamed installApp to installAppCore 2022-11-18 16:25:33 +01:00
28218f035d
renamed installLib to installLibCore 2022-11-18 16:25:17 +01:00
57a177b25a
renamed buildLib to buildLibCore 2022-11-18 16:24:47 +01:00
a95bdaf5f2
added installHeaderLogger into installHeader 2022-11-18 16:23:46 +01:00
9ccd518d25
created installHeaderLogger rule 2022-11-18 16:23:23 +01:00
e26021c5fd
added installHeaderCore into installHeader 2022-11-18 16:21:41 +01:00
738c84af8d
created SRC_LOGGER & INCLUDE_LOGGER 2022-11-18 16:20:01 +01:00
a6c06471d4
renamed installHeader to installHeaderCore 2022-11-18 16:19:21 +01:00
69207f1e9b
renamed INCLUDE to INCLUDE_CORE 2022-11-18 16:16:11 +01:00
a40206f6f9
updated SRC path in Makefile 2022-11-18 16:10:20 +01:00
a761f44bf5
separated build step from installLib into buildLib 2022-11-18 16:01:41 +01:00
e20a5e7b94
made installHeader use symlink instead of copying PROJECT_NAME.h 2022-11-18 13:03:50 +01:00
019c9206be
added dot before paths 2022-11-17 14:04:03 +01:00
c020bfc602
put makefile rules into correct order
just for peace of my soul... hee-hee
2022-07-29 17:33:50 +02:00
fd44c7dac6
removed unused INCLUDE_DIR quotes 2022-07-29 17:31:41 +02:00
f617d10343
created noTarget make rule
this will be run when no target is set
2022-06-28 17:45:39 +02:00
7471d8eaa4
added many more warning flags to CFLAGS 2022-06-19 17:19:36 +02:00
910ac02b48
added debug (-g) flag to why2-test rule
I'm putting it there every debugging so it's pretty annoying

lya
2022-06-13 18:48:23 +02:00