Started making the library sort-of-buildable
This commit is contained in:
parent
221f0c8ef8
commit
ccd7cc30ef
55 changed files with 461 additions and 304 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
CONFIG ?= default-config
|
||||
export CONFIG
|
||||
|
||||
all: $(CONFIG)
|
||||
+make -f Makefile.main
|
||||
|
||||
clean:
|
||||
+make -f Makefile.main clean
|
||||
|
||||
fullclean:
|
||||
+make -f Makefile.main fullclean
|
||||
|
||||
.PHONY: all clean fullclean
|
Loading…
Add table
Add a link
Reference in a new issue