diff --git a/Makefile b/Makefile index 256ebe2..77a6cb6 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: \ -o $@ -c $< intel-undervolt: config.o main.o - $(CC) -lm $(LDFLAGS) -o $@ $^ + $(CC) $(LDFLAGS) -o $@ $^ -lm install: all install -Dm755 'intel-undervolt' "$(DESTDIR)$(BINDIR)/intel-undervolt"