diff options
| author | Keith Packard <keithp@keithp.com> | 2010-07-27 00:09:18 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-07-27 00:09:18 -0700 |
| commit | 4e3285575e0c7d029e799258587e965779990099 (patch) | |
| tree | 2383cb80953ef98175a18db0b1dbfa5174034343 | |
| parent | fb8507975c6e081de2e909eca6faaa8f868b609e (diff) | |
libaltos: make clean remove all built files
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | ao-tools/libaltos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ao-tools/libaltos/Makefile b/ao-tools/libaltos/Makefile index 7ed45b78..7463a95c 100644 --- a/ao-tools/libaltos/Makefile +++ b/ao-tools/libaltos/Makefile @@ -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) |
