From: Michael Stapelberg Date: Thu, 1 Oct 2009 20:13:30 +0000 (+0200) Subject: Fix linking (Thanks Atsutane) X-Git-Tag: 2.0~28 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=745fb02f2f166d3b5a2fae7d5050e92e35062393 Fix linking (Thanks Atsutane) --- diff --git a/Makefile b/Makefile index fda8438..bcbb73d 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ src/%.o: src/%.c @echo " CC $<" i3status: src/general.o src/config.o src/get_load.o src/output.o src/get_cpu_temperature.o src/process_runs.o src/get_eth_info.o src/get_ip_addr.o src/get_wireless_info.o src/get_battery_info.o src/get_ipv6_addr.o i3status.o - @$(CC) $(LDFLAGS) -o $@ src/*.o *.o + @$(CC) -o $@ src/*.o *.o $(LDFLAGS) @echo " LD $@" clean: