daggen
daggen copied to clipboard
How to Run the program? please give me the steps.
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