We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf26689 commit 2d4fb56Copy full SHA for 2d4fb56
1 file changed
Makefile
@@ -149,6 +149,6 @@ rempio2_test: tests/rempio2_test.o libm.o
149
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
150
151
clean:
152
- rm -f *.o *.d *~ tests/*.o tests/*.d tests/*~ test_builtin.bin mqjs_stdlib mqjs_stdlib.h mquickjs_build_atoms mquickjs_atom.h mqjs_example example_stdlib example_stdlib.h $(PROGS) $(TEST_PROGS)
+ rm -f *.o *.d *~ tests/*.o tests/*.d tests/*~ test_builtin.bin mqjs_stdlib mqjs_stdlib.h mquickjs_atom.h example_stdlib example_stdlib.h $(PROGS) $(TEST_PROGS)
153
154
-include $(wildcard *.d)
0 commit comments