repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
intuition.library: remove not needed include
[AROS.git]
/
workbench
/
prefs
/
Presets
/
mmakefile.src
blob
1193fc1d92906acfd5fe27dfee5b5d069d63360a
1
# $Id$
2
#
3
# Makefile to copy Prefs/Presets.
4
5
include $(SRCDIR)/config/aros.cfg
6
7
TARGETDIR := $(AROS_PREFS)/Presets
8
9
#MM- workbench-prefs : workbench-prefs-presets
10
11
%copy_dir_recursive mmake=workbench-prefs-presets dst=$(TARGETDIR)
12
13
%common