10 lines
256 B
Makefile
10 lines
256 B
Makefile
#############################################################
|
|
#
|
|
# Any custom stuff you feel like doing....
|
|
#
|
|
#############################################################
|
|
CUST_DIR:=package/customize/source
|
|
|
|
customize:
|
|
-cp -af $(CUST_DIR)/* $(TARGET_DIR)/
|