Skip to content

Commit

Permalink
first attempt with shceduling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tian-Qiu-988121 committed May 31, 2020
1 parent c5f4588 commit afc5c4d
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
OBJS = schedule.o
schedule: $(OBJS)
gcc $(OBJS) -o schedule
schedule.o: schedule.c
gcc -c schedule.c -o schedule.o
clean:
rm -rf *.o schedule
Loading

0 comments on commit afc5c4d

Please sign in to comment.