wattsup: wattsup.o
	$(CC) $(LDFLAGS) wattsup.o -o wattsup

wattsup.o: wattsup.c
	$(CC) $(CFLAGS) -c wattsup.c

clean:
	rm *.o wattsup
