2048.c icon indicating copy to clipboard operation
2048.c copied to clipboard

Add 2048 function

Open TheRealKeto opened this issue 4 years ago • 0 comments

This PR makes it easier to compile the project by adding a function named 2048. This function is "inherited" by all and install, making it easier to compile the project by running the following commands

➜ make
➜ sudo make install

The README has been updated to reflect new instructions that uses the Makefile, rather than downloading the source file and compiling it with gcc, though these changes have only been done for the English ver of the README.

TheRealKeto avatar Jul 11 '21 21:07 TheRealKeto