CFLAGS=-Wall LDFLAGS=-lacpi -lcpufreq all: statusbar statusbar: statusbar.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<