You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: