Skip to content

Commit

Permalink
Fixed math library issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvitewatia committed Jun 29, 2021
1 parent 58d96c0 commit f69e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ endif
calculator : $(REQ)
bison -d $(SRC)/parser.y
flex -o calculator.lex.c $(SRC)/lexer.l
$(CC) $(CFLAGS) parser.tab.c calculator.lex.c $(SRC)/calculator.c $(SRC)/colour.c -o $@
$(CC) $(CFLAGS) parser.tab.c calculator.lex.c $(SRC)/calculator.c $(SRC)/colour.c -o $@ -lm

0 comments on commit f69e770

Please sign in to comment.