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

end

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