Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Run the program? please give me the steps. #2

Open
debabratasenapati opened this issue Feb 7, 2019 · 1 comment
Open

How to Run the program? please give me the steps. #2

debabratasenapati opened this issue Feb 7, 2019 · 1 comment

Comments

@debabratasenapati
Copy link

No description provided.

@Ting6623
Copy link

Converts build instructions defined in a Makefile into equivalent commands that are executed line by line in a command line window.
Open a command line window and navigate to the project directory:
set CFLAGS=-Wall -g
gcc %CFLAGS% -c daggen.c -o daggen.o
gcc %CFLAGS% -c daggen_commons.c -o daggen_commons.o
gcc %CFLAGS% -o daggen daggen.o daggen_commons.o -lm
.\daggen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants