Commit 60079532 authored by Jean Auffray's avatar Jean Auffray
Browse files

minor change for compilation /%.o

parent c0ea9042
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -119,7 +119,7 @@ $(example_obj_dir)/%.elf: $(example_obj_dir)/%.o $(obj_dir)/$(LIBNAME).a
$(lib_obj_dir)/%.o: $(src_dir)/%.c
mkdir -p $(lib_obj_dir)/$(dir $*)
$(CC) $(CFLAGS) -c -o $@ $<
$(CC) $(CFLAGS) -c $< -o $@
$(example_obj_dir)/%.o: $(example_dir)/%.c
mkdir -p $(example_obj_dir)/$(dir $*)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment