dvtws: BSDmakefile do not delete .o

This commit is contained in:
bol-van 2024-05-07 16:02:52 +03:00
parent 55cfbde8c0
commit ecab5b913e

View File

@ -9,4 +9,4 @@ dvtws: $(SRC_FILES)
$(CC) $(CFLAGS) -o $@ $(SRC_FILES) $(LDFLAGS) $(LIBS)
clean:
rm -f dvtws *.o
rm -f dvtws