Skip to content
Snippets Groups Projects
Commit 84d6e5cd authored by baewoojin's avatar baewoojin
Browse files

Merge branch 'HJMv4' into 'master'

Make makefile for fx_3132

See merge request !9
parents 4f50c434 2a93598b
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