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

fixed task-descriptor in src Makefile

parent 5da1b6fc
No related branches found
No related tags found
1 merge request!16Withtime
...@@ -28,7 +28,7 @@ main.o: main.s ...@@ -28,7 +28,7 @@ main.o: main.s
$(AS) $(ASFLAGS) -o main.o main.s $(AS) $(ASFLAGS) -o main.o main.s
main.elf: main.o main.elf: main.o
$(LD) $(LDFLAGS) -o $@ main.o -ltaskdescriptor -lscheduler -lbwio -lgcc $(LD) $(LDFLAGS) -o $@ main.o -ltask-descriptor -lscheduler -lbwio -lgcc
clean: clean:
-rm -f *.elf *.s *.o *.a *~ ../../lib/*.a -rm -f *.elf *.s *.o *.a *~ ../../lib/*.a
......
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