adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/xenoAli/xaShow/makefile src/xenoAli/xaShow/makefile
index 5c72bbc..68d1caa 100755
--- src/xenoAli/xaShow/makefile
+++ src/xenoAli/xaShow/makefile
@@ -1,12 +1,14 @@
 include ../../inc/common.mk
 
 
 O = xaShow.o 
 
 xaShow.exe: $(O)
 	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a -lm
 	mv ${AOUT} xaShow.exe
 	chmod a+rx xaShow.exe
 	chmod g-w xaShow.exe
 	mv xaShow.exe $(HOME)/.html/cgi-bin
 
+clean::
+	rm -f ${O}