Skip to content

Commit

Permalink
deal with math.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Tian-Qiu-988121 committed Jun 1, 2020
1 parent f0abf2b commit 922e5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OBJS = scheduler.o
scheduler: $(OBJS)
gcc $(OBJS) -o scheduler
gcc $(OBJS) -o scheduler -lm
scheduler.o: scheduler.c
gcc -c scheduler.c -o scheduler.o
clean:
rm -rf *.o scheduler
rm -rf *.o scheduler

0 comments on commit 922e5d8

Please sign in to comment.