@@ -0,0 +1,13 @@
.PHONY : clean debug
LDLIBS = -li2c
objects = evga-icx.o
evga-icx : $(objects)
debug : CFLAGS += -g -O0
debug : evga-icx
clean :
rm evga-icx $(objects)
The note is not visible to the blocked user.