- Start to the 2.0.x work!
- Import file structure from LibNode & LibShMem...
This commit is contained in:
19
Makefile
Normal file
19
Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Main Makefile
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
SUBDIRS := include lib util demo doc
|
||||
|
||||
FILE_DOC := *.txt
|
||||
|
||||
|
||||
|
||||
include Makefile.var
|
||||
include Makefile.rule
|
||||
|
||||
|
||||
|
||||
dir_clean:
|
||||
$(RM) $(PROG_VERSION_NAME).src.*
|
||||
Reference in New Issue
Block a user