mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Initial revision
This commit is contained in:
13
src/Makefile
Normal file
13
src/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
DIRS = extras libmdb util
|
||||
|
||||
all:
|
||||
cd libmdb; make
|
||||
cd util; make
|
||||
cd extras; make
|
||||
|
||||
clean:
|
||||
cd extras; make clean
|
||||
cd util; make clean
|
||||
cd libmdb; make clean
|
||||
|
||||
Reference in New Issue
Block a user