aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: f9ad2183bae7b315882951c646a946e496f7ca61 (plain)
1
2
3
4
5
CFLAGS=-Werror -Wall -ggdb -O3 $(shell pkg-config --cflags nanomsg) 
LDFLAGS=$(shell pkg-config --libs nanomsg)

all: norns_shell