mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-22 11:11:07 +00:00
8 lines
342 B
Text
8 lines
342 B
Text
# GNUmakefile -- copy all plugins
|
|
|
|
after-all::
|
|
echo "Copying Plugins..."
|
|
cp -r Plugins/GModel/*.plugin GormCore/GormCore.framework/Resources
|
|
cp -r Plugins/Gorm/*.plugin GormCore/GormCore.framework/Resources
|
|
cp -r Plugins/Nib/*.plugin GormCore/GormCore.framework/Resources
|
|
cp -r Plugins/Xib/*.plugin GormCore/GormCore.framework/Resources
|