2048.c
2048.c copied to clipboard
Add 2048 function
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.