Created
July 23, 2020 03:22
-
-
Save Yvictor/d1e721497e1c56d0be6b17a41221c315 to your computer and use it in GitHub Desktop.
ShioajiCpp4Tutorial Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simple: | |
g++ main.cpp -o simple | |
clean: | |
- rm simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment