summaryrefslogtreecommitdiff
path: root/altosui
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2013-02-15 21:59:08 +1300
committerMike Beattie <mike@ethernal.org>2013-02-15 21:59:08 +1300
commit5e53a485310cc11e6add077fb4bd0b0267734ff0 (patch)
tree7541204d39c5a28ca905cdb5304add0f8884f9b2 /altosui
parentbe8eecc4117a14139e4421ce86b67d29a0f0c3d4 (diff)
all: clean up .gitignore files and Makefile clean targets
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui')
-rw-r--r--altosui/.gitignore1
-rw-r--r--altosui/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/altosui/.gitignore b/altosui/.gitignore
index 6d2d8c23..f8554c6a 100644
--- a/altosui/.gitignore
+++ b/altosui/.gitignore
@@ -12,6 +12,7 @@ altosui
altosui-test
altosui-jdb
classaltosui.stamp
+altos-windows.nsi
Altos-Linux-*.tar.bz2
Altos-Mac-*.zip
Altos-Windows-*.exe
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 8ae1a72e..96cf77f2 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -182,7 +182,7 @@ all-local: classes/altosui $(JAR) altosui altosui-test altosui-jdb
clean-local:
-rm -rf classes $(JAR) $(FATJAR) \
$(LINUX_DIST) $(MACOSX_DIST) windows $(WINDOWS_DIST) $(ALTOSLIB_CLASS) $(ALTOSUILIB_CLASS) $(FREETTS_CLASS) \
- $(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt altos-windows.log \
+ $(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt altos-windows.log altos-windows.nsi \
altosui altosui-test altosui-jdb macosx linux
if FATINSTALL