mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 10:22:34 +01:00
16 lines
278 B
Makefile
16 lines
278 B
Makefile
|
|
defsdatadir = $(pkgdatadir)/IconSets
|
|
|
|
defsdata_DATA = Default
|
|
|
|
EXTRA_DIST =
|
|
|
|
CLEANFILES = Default
|
|
|
|
Default: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes ./Makefile
|
|
-rm -f Default
|
|
cp $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes Default
|
|
chmod 644 Default
|
|
|
|
|