- C compiler (gcc)
- Make
- Git
Clone the repository:
git clone https://github.com/johneliud/atm-management-system.git
cd atm-management-systemBuild and run:
make
./atmAdditional commands:
make install # Setup data directories
make run # Build and run
make clean # Clean build files
make help # Show all commands