mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
fix: add -lm to gen_fx_consts Makefile
This commit is contained in:
parent
fab3aee06d
commit
c984945d41
|
|
@ -17,7 +17,7 @@ all: $(prog)
|
|||
clean: ; $(RM) -r $(DEPDIR) $(OBJS) $(prog) $(prog).exe
|
||||
|
||||
$(prog): $(OBJS)
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
$(CC) $(LDFLAGS) -lm -o $@ $^
|
||||
|
||||
$(OBJS): %.o: %.c
|
||||
$(OBJS): %.o: %.c $(DEPDIR)/%.d | $(DEPDIR)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user