summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 494183f6233a9f906bf999e9909977e463a37e7e (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: smart.o skdump.o
	$(CC) -o $@ $^ $(CFLAGS) $(LIBS)