Skip to content

Commit

Permalink
sorry have to change again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tian-Qiu-988121 committed May 31, 2020
1 parent 8d152df commit 8333b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OBJS = schedule.o
schedule: $(OBJS)
gcc $(OBJS) -o schedule
schedule.o: schedule.c
gcc -c schedule.c -o schedule.o
OBJS = scheduler.o
scheduler: $(OBJS)
gcc $(OBJS) -o scheduler
scheduler.o: scheduler.c
gcc -c scheduler.c -o scheduler.o
clean:
rm -rf *.o schedule
rm -rf *.o scheduler
Binary file added scheduler
Binary file not shown.
Binary file added scheduler.o
Binary file not shown.

0 comments on commit 8333b66

Please sign in to comment.