diff --git a/src/platform/desktop/Makefile b/src/platform/desktop/Makefile index 2f59866..c90d158 100644 --- a/src/platform/desktop/Makefile +++ b/src/platform/desktop/Makefile @@ -34,7 +34,7 @@ $(PM_LIB_PATH) : ../../vm/*.c ../../vm/*.h make -C ../../vm $(TARGET).out : $(OBJS) $(PM_LIB_PATH) - $(CC) -lm -o $@ $(OBJS) $(PM_LIB_PATH) + $(CC) -o $@ $(OBJS) $(PM_LIB_PATH) -lm pmfeatures.h : pmfeatures.py $(PMGENPMFEATURES) $(PMGENPMFEATURES) pmfeatures.py > $@