No idea why I had to do this.
[hdmi-switcher.git] / lib / inih / Makefile
1 CC = gcc -Wall
2
3 all: ini.c ini.h
4 $(CC) -O -c ini.c
5
6 clean:
7 rm -f *.o *.bak *.out ex