Now builds without glib
This commit is contained in:
parent
158b2b3ba6
commit
8eececcac8
5 changed files with 40 additions and 13 deletions
7
Makefile
7
Makefile
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
SUBDIRS = src examples
|
||||
|
||||
include config.mk
|
||||
|
||||
CONFIG_VARS= INCLUDE_TESTS
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
%:
|
||||
|
|
@ -25,3 +29,6 @@ $(foreach dir,$(SUBDIRS),$(eval $(call SUBDIR_TEMPLATE,$(dir))))
|
|||
|
||||
TAGS: $(shell find * -name "*.c")
|
||||
etags $^
|
||||
|
||||
config:
|
||||
@printf "%30s %s\n" $(foreach var,$(CONFIG_VARS),$(var) $($(var)) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue