libaltos: make clean remove all built files
authorKeith Packard <keithp@keithp.com>
Tue, 27 Jul 2010 07:09:18 +0000 (00:09 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Jul 2010 07:09:18 +0000 (00:09 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/libaltos/Makefile

index 7ed45b78dbe239a7fea59e0df1da419d765fe550..7463a95c11e75055e07688f08e587cf6d58fe4ae 100644 (file)
@@ -66,7 +66,8 @@ libaltos.$(LIBEXT): $(OBJS)
        gcc -shared -o $@ $(CFLAGS) $(OBJS) $(LIBS)
 
 clean:
-       rm -f $(CLASSFILES) $(OBJS) libaltos.$(LIBEXT) cjnitest
+       rm -f $(CLASSFILES) $(OBJS) libaltos.$(LIBEXT) cjnitest cjnitest.o
+       rm -rf swig_bindings libaltosJNI
 
 $(JNI_FILE): libaltos.i0 $(HEADERS)
        mkdir -p $(SWIG_DIR)