Skip to content
Snippets Groups Projects

Resolve "add makefile with structure"

Merged tom.ryser requested to merge 3-add-makefile-with-structure into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
CC:=gcc
CC:=gcc
CFLAGS:= -Wextra -pedantic -fsanitize=address
CFLAGS:= -g -Wextra -pedantic -fsanitize=address
NAME:=stack
NAME:=stack
$(NAME): main.o $(NAME).o
$(NAME): main.o $(NAME).o
Loading