Skip to content
Snippets Groups Projects
Commit 2a93598b authored by HwangJungmok's avatar HwangJungmok
Browse files

Make makefile for fx_3132

parent 4f50c434
No related branches found
No related tags found
1 merge request!9Make makefile for fx_3132
Makefile 0 → 100644
SRCS := fx_3132.c
OBJS := $(SRCS:.c=.o)
CC := gcc
CFLAGS := -c -Wall
fx_3132 : $(OBJS)
$(CC) -o $@ $^
clean :
-rm $(OBJS)
rm fx_3132
dep :
gccmakedep $(SRCS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment