1 2 3 4 5 6 7
CFLAGS=-Wall LDFLAGS=-lacpi -lcpufreq all: statusbar statusbar: statusbar.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<