Explorar el Código

build: Clean playground files aswell

Ole hace 9 años
padre
commit
5fd60c65ee
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -38,7 +38,9 @@ USELDLIBS       += $(LDLIBS) -lm -l$(LUA_LIBNAME) -ldl
 all: test examples
 
 clean:
-	$(RM) $(EXAMPLE_OBJS) $(EXAMPLE_DEPS) $(TEST_OUT) $(TEST_OBJS) $(TEST_DEPS)
+	$(RM) $(EXAMPLE_OBJS) $(EXAMPLE_DEPS)
+	$(RM) $(TEST_OUT) $(TEST_OBJS) $(TEST_DEPS)
+	$(RM) $(PLAYGROUND_DEP) $(PLAYGROUND_OBJ)
 
 # Documentation
 docs: