Skip to content
Snippets Groups Projects
Commit 4d99f183 authored by antnh6@gmail.com's avatar antnh6@gmail.com
Browse files

fixed libsrc Makefile task-descriptor.c

parent 7ba3aa7a
No related branches found
No related tags found
1 merge request!16Withtime
......@@ -20,8 +20,8 @@ all: bwio.a scheduler.a taskdescriptor.a
scheduler.s: scheduler.c
$(XCC) -S $(CFLAGS) scheduler.c
taskdescriptor.s: taskdescriptor.c
$(XCC) -S $(CFLAGS) taskdescriptor.c
taskdescriptor.s: task-descriptor.c
$(XCC) -S $(CFLAGS) task-descriptor.c
bwio.s: bwio.c
$(XCC) -S $(CFLAGS) bwio.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment