20 lines
329 B
Makefile
20 lines
329 B
Makefile
|
#------------------------------------------------------------------------------
|
||
|
# Main Makefile
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
|
||
|
SUBDIRS := include lib util demo doc
|
||
|
|
||
|
FILE_DOC := *.txt
|
||
|
|
||
|
|
||
|
|
||
|
include Makefile.var
|
||
|
include Makefile.rule
|
||
|
|
||
|
|
||
|
|
||
|
dir_clean:
|
||
|
$(RM) $(PROG_VERSION_NAME).src.*
|