- exp_code for compiler principles lesson.
- source
result will be shown in a few seconds
Install Make on Ubuntu
$ sudo apt updatecheck is make installed
$ make -versionafter run this command, you got the following error?
- bash: /usr/bin/make: No such file or directory
then follow with the next step, otherwise skip the next commands
$ sudo apt install make- Follow this guide https://linuxhint.com/install-make-ubuntu/
Install Make on Mac
check is make installed
$ make -versionafter run this command, you got the following error?
- zsh: command not found: make
then follow with the next step, otherwise skip the next commands
$ (sudo) brew install makeInstall Make on Windows
Follow this Guide https://sp21.datastructur.es/materials/guides/make-install.html#windows-installation
- go to the downloaded/ cloned folder with your terminal/ powershell (windows) and run the following command
$ make startModify the following file: Data/raw_code.txt


