summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ab81e6bde0ee67bc1dc17ff1684b05952a31c677 (plain)
1
2
3
4
5
CFLAGS=`pkg-config --cflags glib-2.0` -pipe -Wall -W -O0 -g
LIBS=`pkg-config --libs glib-2.0`

skdump: smartkit.o skdump.o
	$(CC) -o $@ $^ $(CFLAGS) $(LIBS)