Skip to content

Commit 2d4fb56

Browse files
committed
build: remove non-existent targets from clean rule
1 parent cf26689 commit 2d4fb56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ rempio2_test: tests/rempio2_test.o libm.o
149149
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
150150

151151
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)
152+
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)
153153

154154
-include $(wildcard *.d)

0 commit comments

Comments
 (0)