summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-27Remove librt from the list of libraries.HEADmastermrb0nk500
I realized that it wasn't required to use libtcc, oof.
2021-05-26Add pthreads, librt, and libdl to the list ofmrb0nk500
libraries. This is because they're needed in order to use libtcc.
2021-05-26Removed `test.h`.mrb0nk500
I figured out what was wrong with libtcc, and thus didn't need it anymore, due to being redundent.
2021-05-26Added the abillity to have more than one active state.mrb0nk500
I also figured out how to get libtcc working properly.
2021-05-26Added `test.h`.mrb0nk500
2021-05-26Added include for `test.h` to `test.c`.mrb0nk500
2021-05-26Removed unnecessary include from `test2.c`mrb0nk500
2021-05-26Added `test2.c`.mrb0nk500
2021-05-26Added `test2.h`.mrb0nk500
2021-05-26Remove extern for add function from `test.c`.mrb0nk500
This will be moved into `test2.h`.
2021-05-26Add include for test2.h in test.cmrb0nk500
2021-05-26Added test.cmrb0nk500
2021-05-26Changed the return type of the start function frommrb0nk500
void to int. This is so that we can check if an error occured in the start function.
2021-05-26Added libtcc-test.cmrb0nk500
2021-05-26Initial commit.mrb0nk500
Added the Makefile.