Initial revision
This commit is contained in:
17
modules/src/idf/Makefile
Normal file
17
modules/src/idf/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
EMHOME = ../../..
|
||||
INSTALL = $(EMHOME)/modules/install
|
||||
COMPARE = $(EMHOME)/modules/compare
|
||||
|
||||
all:
|
||||
|
||||
install: all
|
||||
$(INSTALL) pkg/idf_pkg.body
|
||||
$(INSTALL) pkg/idf_pkg.spec
|
||||
$(INSTALL) man/idf.3
|
||||
|
||||
cmp: all
|
||||
$(COMPARE) pkg/idf_pkg.body
|
||||
$(COMPARE) pkg/idf_pkg.spec
|
||||
$(COMPARE) man/idf.3
|
||||
|
||||
clean:
|
||||
Reference in New Issue
Block a user