delete binaries

This commit is contained in:
2025-06-02 20:50:17 +05:00
parent c835c44872
commit a65b450fac
6 changed files with 4 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ $(LIBRARY).dll.a: $(LIBRARY).dll
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
clean:
-rm -f *.o $(LIBRARY).a $(LIBRARY).dll
-rm -f *.o $(LIBRARY).a $(LIBRARY).dll $(LIBRARY).dll.a
$(OBJECTS): $(SOURCES)