Last active
February 19, 2019 02:42
-
-
Save jcgregorio/54342714828622a81d64d0e4ea77ca91 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
foo: foo.c foo.h bar.c bar.h | |
gcc bar.c foo.c -o foo -lm | |
clean: | |
rm foo foo.o bar.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment