diff --git a/GNUmakefile b/GNUmakefile index 621ade1..71a0d2b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -205,4 +205,4 @@ examples/%.o: examples/%.c $(CC) $(E_CFLAGS) -c -o $@ $< clean: - rm -f */*.dll */*.so */*.lib */*.a */*.o */*/*.o external/*/src/*.o examples/*/*.exe $(EXAMPLES) + rm -f */*.dll */*.so */*.lib */*.a */*.o */*/*.o external/*/src/*.o examples/*.exe examples/*/*.exe $(EXAMPLES)