38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c hiram Thu Jun 17 15:37:36 2010 -0700 fixup makefiles to have clean targets diff --git src/oneShot/chkGlue/makefile src/oneShot/chkGlue/makefile index 665a6c5..feab415 100755 --- src/oneShot/chkGlue/makefile +++ src/oneShot/chkGlue/makefile @@ -1,10 +1,13 @@ include ../../inc/common.mk O = chkGlue.o chkGlue.exe: $(O) ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a mv ${AOUT} chkGlue.exe chmod a+rx chkGlue.exe mv chkGlue.exe ../../cgi-bin + +clean:: + rm -f ${O}