diff options
author | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:43:14 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:44:53 -0600 |
commit | 60666630789b6925d7e16160ebdc88ccd23f51de (patch) | |
tree | 945b080483ce0f1182f0cc05eb6e76ac219a498a /micropeak | |
parent | e87d56b665ca30a3e5920c23cd60c99b84341aa2 (diff) |
be more aggressive about removing and ignoring .mdwn files
Diffstat (limited to 'micropeak')
-rw-r--r-- | micropeak/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 6f674b19..5e153b82 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -103,7 +103,7 @@ clean-local: altoslib_*.jar altosuilib_*.jar \ $(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt \ micropeak micropeak-test micropeak-jdb macosx linux windows micropeak-windows.log \ - micropeak-windows.nsi *.desktop $(MDWN) + micropeak-windows.nsi *.desktop *.mdwn EXTRA_DIST = $(desktop_file).in |