summaryrefslogtreecommitdiffstats
path: root/resources/utilities/i945-pwm/Makefile
blob: 7a0a882ba8503fe109ac70635232d266c1d72e51 (plain)
1
2
3
4
5
6
7
CFLAGS ?= -O2 -Wall -W -ggdb

i945-pwm: i945-pwm.c
	$(CC) -std=gnu99 $(CFLAGS) $(LDFLAGS) -o $@ $< -lpci -lz
	
clean:
	rm -f i945-pwm