aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-17 16:17:16 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-17 16:17:16 -0600
commit999f4fa9622db1081f18eea9c583b6a4053ec4d0 (patch)
treecb0e16b3a783364050e7eac3da4a7c095870957c /Makefile
parent954816d74e5460bc6d57ec682a5960a1a85298b1 (diff)
downloadlibsurvive-999f4fa9622db1081f18eea9c583b6a4053ec4d0.tar.gz
libsurvive-999f4fa9622db1081f18eea9c583b6a4053ec4d0.tar.bz2
Updated make clean target to do a deeper clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c0b946..dc1c4e7 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ calibrate_tcc : $(LIBSURVIVE_C)
tcc -DRUNTIME_SYMNUM $(CFLAGS) -o $@ $^ $(LDFLAGS) calibrate.c redist/os_generic.c $(DRAWFUNCTIONS) redist/symbol_enumerator.c
clean :
- rm -rf *.o src/*.o *~ src/*~ test simple_pose_test data_recorder calibrate testCocoa lib/libsurvive.so test_minimal_cv test_epnp test_epnp_ocv calibrate_client redist/*.o redist/*~ tools/data_server/data_server tools/lighthousefind/lighthousefind tools/lighthousefind_tori/lighthousefind-tori tools/plot_lighthouse/plot_lighthouse tools/process_rawcap/process_to_points redist/jsmntest redist/lintest
+ rm -rf */*/*.o *.o src/*.o *~ src/*~ test simple_pose_test data_recorder calibrate testCocoa lib/libsurvive.so test_minimal_cv test_epnp test_epnp_ocv calibrate_client redist/*.o redist/*~ tools/data_server/data_server tools/lighthousefind/lighthousefind tools/lighthousefind_tori/lighthousefind-tori tools/plot_lighthouse/plot_lighthouse tools/process_rawcap/process_to_points redist/jsmntest redist/lintest