aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile
blob: a7b09304867fd4149ac3ed58be99308b38ea0ffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

TARGET = lib

include $(ROOT)/src/prog.mk

.PHONY: lib
lib: $(OBJS)