Skip to content
Snippets Groups Projects
Commit 308f298a authored by BeomSooHeo's avatar BeomSooHeo
Browse files

end

parent 7f21245e
Branches
No related tags found
No related merge requests found
SRCS = main.c func.c
OBJS = $(SRCS:.c=.o)
CC = gcc
CFLAGS = -c -O -Wall
CFLAGS = -O -Wall
CXX = -c -O -Wall
MACRO =
test : $(OBJS)
$(CC) -o $@ $^
$(CC) $(MACRO) $(CFLAGS) $^ -o $@
.c.o:
$(CC) $(CFLAGS) $<
$(CC) $(CXX) $<
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment